Skip to content

Commit 192c86a

Browse files
committed
Update test/cache_test.rb
1 parent 7dbb583 commit 192c86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cache_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def test_expiring_of_cache_at_update_of_record
169169
if ENV['APPVEYOR'] && actual != expected
170170
skip('Cache expiration tests sometimes fail on Appveyor. FIXME :)')
171171
else
172-
assert_equal actual, expected
172+
assert_equal expected, actual
173173
end
174174
end
175175

0 commit comments

Comments
 (0)