Skip to content

Commit

Permalink
fix name of test file
Browse files Browse the repository at this point in the history
  • Loading branch information
gublan24 committed Jan 31, 2019
1 parent 7be7f4b commit a763062
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -495,7 +495,7 @@ public void parseReqStArgumetToSatisfyFeatureModel_9()
@Test
public void parseReqStArgumetToSatisfyFeatureModel_10()
{
UmpleFile umpleFile = new UmpleFile(umpleParserTest.pathToInput,"reqStArgumentParse_validCombinedOpWithRoundBracketExtra.ump");
UmpleFile umpleFile = new UmpleFile(umpleParserTest.pathToInput,"reqStArgumentParse_validCombinedOpWithComplexRoundBracket.ump");
UmpleModel model = new UmpleModel(umpleFile);
model.setShouldGenerate(false);
model.run();
Expand Down

0 comments on commit a763062

Please sign in to comment.