fix tests

This commit is contained in:
r888888888
2014-06-18 16:51:55 -07:00
parent f02f72fac1
commit f65691b5e6
9 changed files with 12 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ class ForumTopicsControllerTest < ActionController::TestCase
should "truncate" do
get :show, {:id => @forum_topic.id}, {:user_id => @user.id, :read_forum_topics => @cookie_data}
assert_response :success
assert_equal(1570, session[:read_forum_topics].size)
assert_equal(395, session[:read_forum_topics].size)
end
end
end