Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyachakilam committed Nov 5, 2024
1 parent 69ea344 commit 6877bc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,6 @@ public void testCreateTaskIOConfig()
)
);

Assert.assertEquals(ioConfig.getTaskDuration(), Duration.standardMinutes(30));
Assert.assertEquals(Duration.standardMinutes(30), ioConfig.getTaskDuration());
}
}

0 comments on commit 6877bc7

Please sign in to comment.