Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdudley1123 committed Nov 26, 2019
1 parent 16f307e commit c30dc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/projects_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class ProjectsTest < ApplicationSystemTestCase
User.last.update(is_admin: :true)
visit projects_path

assert_text('All other projects')
assert_text('All Other Projects')
end

private
Expand Down

0 comments on commit c30dc8b

Please sign in to comment.