Skip to content

Commit fea68fb

Browse files
committed
Add missing assertion to test
1 parent 8636577 commit fea68fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/users_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class UsersControllerTest < ActionController::TestCase
3030

3131
get :token_delete, params: { account_delete_token: users(:schneems).account_delete_token }
3232

33-
assigns(:lonely_repos).any?
33+
assert(assigns(:lonely_repos).any?)
3434
end
3535

3636
test 'should destroy a user with the correct account_delete_token' do

0 commit comments

Comments
 (0)