We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7ba7c commit c3d46abCopy full SHA for c3d46ab
tests/integration/metadata/test_metadata.py
@@ -550,6 +550,6 @@ def test_detect_from_dataframes_invalid_format():
550
"invalid data format.\n TypeError: unhashable type: 'dict'"
551
)
552
553
- # Run / Assert
+ # Run and Assert
554
with pytest.raises(InvalidMetadataError, match=expected_error):
555
Metadata.detect_from_dataframes(data)
tests/unit/metadata/test_single_table.py
@@ -1316,7 +1316,7 @@ def test__detect_columns_invalid_data_format(self):
1316
"\n TypeError: unhashable type: 'dict'"
1317
1318
1319
1320
with pytest.raises(InvalidMetadataError, match=expected_error_message):
1321
instance._detect_columns(data)
1322
0 commit comments