aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xactiverecord/test/base_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/base_test.rb b/activerecord/test/base_test.rb
index 4de720a176..5c70768436 100755
--- a/activerecord/test/base_test.rb
+++ b/activerecord/test/base_test.rb
@@ -145,7 +145,7 @@ class BasicsTest < Test::Unit::TestCase
assert_equal new_topic[:title], topic.title
topic.attributes= new_topic_values
- assert_equal new_topic_value[:title], topic.title
+ assert_equal new_topic_values[:title], topic.title
end
def test_create_many