alphagov / government-frontend

Serves government pages on GOV.UK
https://docs.publishing.service.gov.uk/apps/government-frontend.html
MIT License
50 stars 17 forks source link

Address deprecation warning from minitest #3169

Closed beccapearce closed 2 months ago

beccapearce commented 2 months ago

Addressing the deprecation warning:

DEPRECATED: Use assert_nil if expecting nil. This will fail in Minitest 6.

Using assert_equal nil will be deprecated in minitest 6. We should address this deprecation so upgrading will be easier when the time comes, as well as to keep our test outputs nice and clear.