Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Oct 24, 2023
1 parent 89807f6 commit 24ec95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/single_table/test_table_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ def test_compute(self, compute_breakdown_mock, real_data):

# Assert
compute_breakdown_mock.assert_called_once_with(real_data, synthetic_data, None)
assert result == 0.6
assert result == 0.6

0 comments on commit 24ec95e

Please sign in to comment.