Skip to content

Commit

Permalink
Merge pull request #8498 from alphagov/fix-test-file-naming-in-order-…
Browse files Browse the repository at this point in the history
…to-make-ci-more-reliable

Fix test file naming as it makes CI fail the test run
  • Loading branch information
Tuomas Nylund authored Nov 13, 2023
2 parents 51130d9 + 9afce0c commit a92d176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/views/components/summary_card_list_test.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "test_helper"

class SummaryCardTest < ActionView::TestCase
class SummaryCardListTest < ActionView::TestCase
test "the component requires a title to render" do
error = assert_raises ActionView::Template::Error do
render("components/summary_card_list")
Expand Down

0 comments on commit a92d176

Please sign in to comment.