Skip to content

Commit c3d46ab

Browse files
committed
docstring
1 parent 5d7ba7c commit c3d46ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/metadata/test_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,6 @@ def test_detect_from_dataframes_invalid_format():
550550
"invalid data format.\n TypeError: unhashable type: 'dict'"
551551
)
552552

553-
# Run / Assert
553+
# Run and Assert
554554
with pytest.raises(InvalidMetadataError, match=expected_error):
555555
Metadata.detect_from_dataframes(data)

tests/unit/metadata/test_single_table.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ def test__detect_columns_invalid_data_format(self):
13161316
"\n TypeError: unhashable type: 'dict'"
13171317
)
13181318

1319-
# Run / Assert
1319+
# Run and Assert
13201320
with pytest.raises(InvalidMetadataError, match=expected_error_message):
13211321
instance._detect_columns(data)
13221322

0 commit comments

Comments
 (0)