Skip to content

Commit

Permalink
make the test public
Browse files Browse the repository at this point in the history
  • Loading branch information
gublan24 committed Nov 7, 2019
1 parent 61f24cc commit 4e7427e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3110,7 +3110,7 @@ public void validCodeInjection() {
assertHasNoWarningsParse("702_validCodeInjection.ump");
}
@Test
void testSemicolonUnicode()
public void testSemicolonUnicode()
{
UmpleFile uFile = new UmpleFile("classAttributeContainsSemicolons.ump");
UmpleModel umodel = new UmpleModel(uFile);
Expand Down

0 comments on commit 4e7427e

Please sign in to comment.