Skip to content

Commit

Permalink
fix spec expectation - different spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Nov 15, 2024
1 parent afafd09 commit 5e17d9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
I18n.with_locale(:de) do
result = subject.call(params)
expect(result).to be_failure
expect(result.errors.to_h).to include(label: ["muss innerhalb der gleichen Hierarchieebene eindeutig sein"])
expect(result.errors.to_h).to include(label: ["muss innerhalb der gleichen Hierarchieebene eindeutig sein."])
end
end
end
Expand Down

0 comments on commit 5e17d9a

Please sign in to comment.