Skip to content

Commit 074d7eb

Browse files
committed
test(firms): update episode 2 update timestamp
1 parent 776deaa commit 074d7eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/io/kontur/eventapi/firms/event/FirmsEventAndEpisodeCombinationsJobIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public void testFirmsEventAndEpisodesRollout() throws IOException {
183183

184184
assertEquals(4, episodes.get(1).getObservations().size(),
185185
"Episode 2 should contain four observations after second feed composition run");
186-
assertEquals(parse("2020-11-02T12:50Z"), episodes.get(1).getSourceUpdatedAt(), "Episode 2 source update mismatch");
186+
assertEquals(parse("2020-11-02T14:50Z"), episodes.get(1).getSourceUpdatedAt(), "Episode 2 source update mismatch");
187187
assertEquals(parse("2020-11-02T12:50Z"), episodes.get(1).getStartedAt(), "Episode 2 start time mismatch");
188188
assertEquals(parse("2020-11-02T14:50Z"), episodes.get(1).getEndedAt(), "Episode 2 end time mismatch");
189189
assertEquals(Severity.MINOR, episodes.get(1).getSeverity(), "Episode 2 severity mismatch");

0 commit comments

Comments
 (0)