Skip to content

Commit 0c35174

Browse files
committed
Fix copy and paste
1 parent 7de4197 commit 0c35174

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/models/profile_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class ProfileTest < ActiveSupport::TestCase
177177
refute_includes bla, profiles(:two)
178178

179179
ad = Profile.starting_with('ad')
180-
refute_includes regi, profiles(:two)
180+
refute_includes ad, profiles(:two)
181181
assert_includes ad, profiles(:three)
182182
assert_includes ad, profiles(:admin_trainer_profile)
183183
end

0 commit comments

Comments
 (0)