mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Improve test name related to cache timestamp format [ci skip]
Conflicts: activerecord/test/cases/base_test.rb
This commit is contained in:
parent
a565f80bcb
commit
5353795c0d
1 changed files with 1 additions and 1 deletions
|
@ -1444,7 +1444,7 @@ class BasicsTest < ActiveRecord::TestCase
|
|||
assert_equal "developers/#{dev.id}-#{dev.updated_at.utc.to_s(:nsec)}", dev.cache_key
|
||||
end
|
||||
|
||||
def test_cache_key_format_for_existing_record_with_updated_at_and_cache_timestamp_format_set
|
||||
def test_cache_key_format_for_existing_record_with_updated_at_and_custom_cache_timestamp_format
|
||||
dev = CachedDeveloper.first
|
||||
assert_equal "cached_developers/#{dev.id}-#{dev.updated_at.utc.to_s(:number)}", dev.cache_key
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue