Skip to content

Commit d786615

Browse files
committed
fixed a couple of 'correctly' typos in tests
1 parent 8784bff commit d786615

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/controllers/comments/create_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class CommentsControllerTest < ActionController::TestCase
9797
end
9898
end
9999

100-
test 'should correclty create comments in threads' do
100+
test 'should correctly create comments in threads' do
101101
sign_in users(:editor)
102102
before_author_notifs = users(:standard_user).notifications.count
103103
before_follow_notifs = users(:deleter).notifications.count

test/helpers/search_qualifier_helper_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class SearchQualifierHelperTest < ActionView::TestCase
7474
end
7575
end
7676

77-
test 'parse_answers_qualifier should correclty parse answers:' do
77+
test 'parse_answers_qualifier should correctly parse answers:' do
7878
[
7979
['0', '=', 0],
8080
['>2', '>', 2],

0 commit comments

Comments
 (0)