We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f33af4f + cf52520 commit a1dc424Copy full SHA for a1dc424
test/backend/cache_test.rb
@@ -62,7 +62,7 @@ def teardown
62
I18n.t(:missing, :scope => :foo, :extra => true)
63
assert_equal 1, I18n.cache_store.instance_variable_get(:@data).size
64
65
- cache_key, entry = I18n.cache_store.instance_variable_get(:@data).first
+ _, entry = I18n.cache_store.instance_variable_get(:@data).first
66
assert_equal({ scope: :foo }, entry.value.options)
67
end
68
0 commit comments