Merge pull request #356 from crystal-ameba/chore/crystal-nightly

chore: fix crystal-nightly compatibility
This commit is contained in:
Vitalii Elenhaupt 2023-02-19 18:06:31 +02:00 committed by GitHub
commit 81177dc7e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 12 deletions

View file

@ -34,7 +34,7 @@ module Ameba
end
it "raises when name is incorrect" do
expect_raises(Exception, "Incorrect severity name BadName. Try one of [Error, Warning, Convention]") do
expect_raises(Exception, "Incorrect severity name BadName. Try one of: Error, Warning, Convention") do
Severity.parse("BadName")
end
end