Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
...
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Pogrebitskiy <[email protected]>
vpogrebi committed Dec 6, 2024
1 parent 4a4e858 commit 88d3083
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_metrics.py
Original file line number Diff line number Diff line change
@@ -196,6 +196,5 @@ def test_get_edited_dataframe_reviewed_only_edits(mocker):
)

call_df = _process_exported_dataframe_mock.call_args_list[0][0][0]
print(f"CALL_DF: {_process_exported_dataframe_mock.call_args_list[0][0][0]}")
assert call_df.reviewers == [["review1"]] * 3
assert call_df.reviewers.tolist() == [["review1"]] * 3
assert call_df.equals(expected_df)

0 comments on commit 88d3083

Please sign in to comment.