Skip to content

Commit

Permalink
ensure no file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Oct 16, 2020
1 parent 9c79cca commit a169d4d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ public void runTest() throws IOException, InterruptedException, SQLException, Wo
"('1598659200', '2.13', '0.12', null)",
"('1598745600', '7.15', '1.14', null)",
"('1598832000', '7.15', '1.14', '10.16')",
"('1598918400', '7.15', '1.14', '10.16')"
);
"('1598918400', '7.15', '1.14', '10.16')");

writeResourceToStdIn("singer-tap-output.txt", process);
process.getOutputStream().close();
Expand Down

0 comments on commit a169d4d

Please sign in to comment.