Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Pogrebitskiy <[email protected]>
  • Loading branch information
vpogrebi committed Dec 6, 2024
1 parent f68a34f commit 4a4e858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,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 == [["reviewer1"]] * 3
assert call_df.reviewers == [["review1"]] * 3
assert call_df.equals(expected_df)

0 comments on commit 4a4e858

Please sign in to comment.