Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Oct 1, 2024
1 parent 66c1216 commit d4d29d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class TypeScriptLanguageFrontendTest {
assertLocalName("Users", usersComponent)
assertEquals(1, usersComponent.constructors.size)
assertEquals(2, usersComponent.methods.size)
assertEquals(/*0*/ 2 /* because of dummy nodes */, usersComponent.fields.size)
assertEquals(0, usersComponent.fields.size)

val render = usersComponent.methods["render"]
assertNotNull(render)
Expand Down

0 comments on commit d4d29d6

Please sign in to comment.