Skip to content

Commit

Permalink
fix: tree-sitter-parser csharp test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfaller committed Apr 3, 2024
1 parent 089b3d5 commit 58e22f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void testCSharp() throws IOException {
+ "}";
TreeContext ctx = new CSharpTreeSitterTreeGenerator().generateFrom().string(input);
Tree t = ctx.getRoot();
assertEquals(49, t.getMetrics().size);
assertEquals(50, t.getMetrics().size);
}

@Test
Expand Down

0 comments on commit 58e22f1

Please sign in to comment.