Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Young committed Oct 10, 2023
1 parent 3d27a9c commit b873a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/minitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run-minitest:
name: Run Minitest
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- name: Setup MySQL
id: setup-mysql
Expand Down
2 changes: 1 addition & 1 deletion test/unit/inflections_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class InflectionsTest < ActiveSupport::TestCase

test "Secretaries of things are plurlised correctly" do
assert_equal "Foreign Secretaries", "Foreign Secretary".pluralize
assert_equal "Cabinet Secretaries", "Cabinet Secretary".pluralize
assert_equal "Cabinet Secrries", "Cabinet Secretary".pluralize
end

test "Call for evidence pluralises correctly" do
Expand Down

0 comments on commit b873a78

Please sign in to comment.