Skip to content

Commit

Permalink
Fix test failure caused by:
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaafitz committed Aug 1, 2017
1 parent 2e4892c commit 8c63383
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
described_class.new(ae_service).main

expect(ae_service.root['ae_result']).to eq('retry')
expect(ae_service.root['ae_retry_interval']).to eq(30.minutes)
expect(ae_service.root['ae_retry_interval']).to eq(3.minutes)
end
end

Expand Down

0 comments on commit 8c63383

Please sign in to comment.