Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Jul 31, 2024
1 parent 4713577 commit 235d4ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/multi_table/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ def test__init__column_relationship_warning(self, mock_is_faker_function):
]
assert len(column_relationship_warnings) == 1
mock_is_faker_function.assert_has_calls([
call('latitude'), call('longitude'),
call('latitude'),
call('longitude'),
])

def test___init___synthesizer_kwargs_deprecated(self):
Expand Down

0 comments on commit 235d4ce

Please sign in to comment.