Skip to content

Commit

Permalink
spotless....
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Soto committed Jan 23, 2024
1 parent 961ce29 commit a65fda4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ void writeJob_doStep_success() throws InterruptedException {
UUID.fromString(testJobId));
assertEquals(TestUtils.TEST_PIPELINE_VERSION_1, writtenJob.getPipelineVersion());
assertEquals(CommonJobStatusEnum.SUBMITTED.name(), writtenJob.getStatus());
assertEquals(timeSubmitted.atZone(ZoneOffset.UTC), writtenJob.getTimeSubmitted().atZone(ZoneOffset.UTC));
assertEquals(
timeSubmitted.atZone(ZoneOffset.UTC), writtenJob.getTimeSubmitted().atZone(ZoneOffset.UTC));
}

// do we want to test how the step handles a failure in the service call?
Expand Down

0 comments on commit a65fda4

Please sign in to comment.