Skip to content

Commit

Permalink
[FIXUP] Assume DB rouding issue on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLaMuro committed Sep 3, 2019
1 parent edeab62 commit 31bc4d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
)
expect(subject.job_plays.last).to have_attributes(
:start_time => a_value_within(1.second).of(the_raw_plays.last["created"]),
:finish_time => fake_finish_time,
:finish_time => a_value_within(1.second).of(fake_finish_time),
:resource_status => "failed",
:resource_category => "job_play",
:name => "play2"
Expand Down

0 comments on commit 31bc4d3

Please sign in to comment.