Skip to content

Commit 51fcdc8

Browse files
authored
Update test_multi_table.py
1 parent 317746d commit 51fcdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/metadata/test_multi_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def test_add_relationship_child_key_is_primary_key(self):
717717
metadata.add_relationship('table', 'table2', 'pk', 'pk')
718718

719719
# Assert
720-
metadata.to_dict() == {
720+
assert metadata.to_dict() == {
721721
'tables': {
722722
'table': {
723723
'primary_key': 'pk',

0 commit comments

Comments
 (0)