Skip to content

Commit

Permalink
assert table_names
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Nov 21, 2023
1 parent f150da4 commit 38a79ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def test_generate(self, mock_generate):
report.generate(real_data, synthetic_data, metadata)

# Assert
assert report.table_names == ['Table_1', 'Table_2']
mock_generate.assert_called_once_with(real_data, synthetic_data, metadata, True)

def test__check_table_names(self):
Expand Down

0 comments on commit 38a79ca

Please sign in to comment.