Skip to content

Commit

Permalink
Update tests/ballerina-compiler-api-test/src/test/java/io/ballerina/s…
Browse files Browse the repository at this point in the history
…emantic/api/test/actions/SymbolsInResourceAccessActionTest.java
  • Loading branch information
gimantha authored Nov 17, 2024
1 parent 06a71a1 commit d0b026e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public Object[][] getResourceAccessActionPathPos() {
@Test
public void testPathSegmentOfAmbiguousResourceFunction() {
Optional<Symbol> symbol = model.symbol(srcFile, LinePosition.from(91, 9));
assertTrue(symbol.isPresent()); // Resource method is ambiguous
assertTrue(symbol.isPresent());
}

// Utils
Expand Down

0 comments on commit d0b026e

Please sign in to comment.