mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Update test/cache_test.rb
This commit is contained in:
parent
7dbb583873
commit
192c86ab2a
@ -169,7 +169,7 @@ module ActiveModelSerializers
|
||||
if ENV['APPVEYOR'] && actual != expected
|
||||
skip('Cache expiration tests sometimes fail on Appveyor. FIXME :)')
|
||||
else
|
||||
assert_equal actual, expected
|
||||
assert_equal expected, actual
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user