Skip to content

Commit

Permalink
NO
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Dec 4, 2020
1 parent 9ddc1da commit 26ddbcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ object AmmoniteBuildServerTests extends TestSuite {
val doc = semanticDb(scalacOptionsItem, scriptPath)

val quickRequestOccurrence = new SymbolOccurrence(
Some(new Range(3, 0, 3, 12)),
Some(new Range(2, 0, 2, 12)),
"sttp/client/SttpApi#quickRequest.",
SymbolOccurrence.Role.REFERENCE
)
Expand Down

0 comments on commit 26ddbcf

Please sign in to comment.