Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aziemchawdhary-gs committed Jun 4, 2024
1 parent a9a56c8 commit 30e51dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public void testReactivateNewDefaultValues()
"{\n" +
" a:Boolean[1] = true;\n" +
" i:Integer[1] = 10;\n" +
" enumProperty:EnumWithDefault[1] = test::EnumWithDefault.DefaultValue;\n" +
" enumProperty:test::EnumWithDefault[1] = test::EnumWithDefault.DefaultValue;\n" +
"}\n" +
"\n" +
"Enum test::EnumWithDefault\n" +
Expand Down

0 comments on commit 30e51dc

Please sign in to comment.