Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Jul 12, 2022
1 parent 834666f commit 602852a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ internal class SubgraphWalkerTest : BaseTest() {
val ast = recordDeclaration.astChildren
assertFalse(ast.isEmpty())

// should contain 4 AST nodes, 1 field (+1 this field), 1 method, 1 constructor
assertEquals(4, ast.size)
// should contain 3 AST nodes, 1 field, 1 method, 1 constructor
assertEquals(3, ast.size)
}

@Test
Expand Down

0 comments on commit 602852a

Please sign in to comment.