Skip to content

Commit f1c1c46

Browse files
committed
fix test that expects not translated text
1 parent 97bfb54 commit f1c1c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/serializer/error_serializer_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
expect(json[:errors].first).to include(:id)
1313
expect(json[:errors].first).to include(:title)
1414
expect(json[:errors].first[:id]).to eq(:company)
15-
expect(json[:errors].first[:title]).to eq('Company muss ausgefüllt werden')
15+
expect(json[:errors].first[:title]).to eq('Firma muss ausgefüllt werden')
1616
expect(json[:errors].second[:id]).to eq(:birthdate)
1717
expect(json[:errors].second[:title]).to eq('Geburtsdatum muss ausgefüllt werden')
1818
end

0 commit comments

Comments
 (0)