Skip to content

Commit

Permalink
fix... _a_ test?
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao committed Feb 21, 2024
1 parent 0e89330 commit 4c5442b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ public void writesContentsCorrectly_when_stagingDatabaseConfig() throws IOExcept
f6767f7d-ce1e-45cc-92db-2ad3dfdd088e,"{""foo"":73}",%s\r
2b95a13f-d54f-4370-a712-1c7bf2716190,"{""bar"":84}",%s\r
""",
Timestamp.from(Instant.ofEpochMilli(1234)),
Timestamp.from(Instant.ofEpochMilli(2345))),
Instant.ofEpochMilli(1234),
Instant.ofEpochMilli(2345)),
outputStreams.get(0).toString(StandardCharsets.UTF_8));
}

Expand Down

0 comments on commit 4c5442b

Please sign in to comment.