Skip to content

Commit

Permalink
rollback change in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvojtechovsky committed Nov 14, 2018
1 parent 9254327 commit 251c6ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void testInferredVariableArePrintedWithVar() throws IOException {
String fileContent = StringUtils.join(Files.readLines(outputFile, Charset.defaultCharset()));

assertTrue(fileContent.contains("var mySubstring = \"bla\";"));
assertTrue(fileContent.contains("var myFile = new FileReader(new File(\"/tmp/myfile\")"));
assertTrue(fileContent.contains("var myFile = new java.io.FileReader(new java.io.File(\"/tmp/myfile\")"));
assertTrue(fileContent.contains("var myboolean = true;"));
assertTrue(fileContent.contains("for (var i = 0;"));
}
Expand Down

0 comments on commit 251c6ce

Please sign in to comment.