Skip to content

Commit

Permalink
add datatype identity test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbey committed Nov 12, 2024
1 parent 0bbfb7e commit 4a3ceb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void testNavigateForFilter() throws Exception
);
this.runtime.compile();

CoreInstance found = source.navigate(19, 17, this.processorSupport);
CoreInstance found = source.navigate(18, 33, this.processorSupport);
Assert.assertTrue(found instanceof Filter);
Assert.assertEquals("GoldmanSachsFilter", ((FilterInstance)found)._name());
Assert.assertEquals("filterMappingSample.pure", found.getSourceInformation().getSourceId());
Expand Down

0 comments on commit 4a3ceb4

Please sign in to comment.