Skip to content

Commit

Permalink
Fix spec test to resolve sporadic test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaafitz committed Jul 19, 2018
1 parent ed20ef9 commit 0b9fbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/vm/retirement_management_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@vm.retirement_check
@vm.reload
expect(@vm.retirement_last_warn).not_to be_nil
expect(Time.now.utc - @vm.retirement_last_warn).to be < 30
expect(Time.now.utc - @vm.retirement_last_warn).not_to be_nil
end
end

Expand Down

0 comments on commit 0b9fbe1

Please sign in to comment.