We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 778ff69 + f4190cf commit 5f0c1b2Copy full SHA for 5f0c1b2
tests/unit/converters/test_pgm_json_converter.py
@@ -64,7 +64,7 @@ def pgm_sparse_batch_data():
64
65
66
def test_parse_data(converter: PgmJsonConverter, structured_input_data, structured_batch_data):
67
- with pytest.raises(PowerGridSerializationError, match="Expect a map or array."):
+ with pytest.raises(PowerGridSerializationError, match="Map or an array expected."):
68
converter._parse_data(data="str", data_type="input", extra_info=None) # type: ignore
69
70
# test for input dataset
0 commit comments