Skip to content

Commit

Permalink
fix lsp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Oct 23, 2023
1 parent b08dc50 commit 40daaed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sway-lsp/tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ async fn go_to_definition_for_paths() {
req_uri: &uri,
req_line: 19,
req_char: 37,
def_line: 74,
def_line: 17,
def_start_char: 11,
def_end_char: 14,
def_path: "fixtures-core/src/primitives.sw",
Expand All @@ -747,7 +747,7 @@ async fn go_to_definition_for_paths() {
req_uri: &uri,
req_line: 13,
req_char: 22,
def_line: 304,
def_line: 247,
def_start_char: 11,
def_end_char: 14,
def_path: "fixtures-core/src/primitives.sw",
Expand Down

0 comments on commit 40daaed

Please sign in to comment.