diff options
Diffstat (limited to 'tests/unit/db')
| -rw-r--r-- | tests/unit/db/test_case_attributes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/db/test_case_attributes.py b/tests/unit/db/test_case_attributes.py index 7258cee..87f142f 100644 --- a/tests/unit/db/test_case_attributes.py +++ b/tests/unit/db/test_case_attributes.py @@ -279,7 +279,7 @@ def test_get_changes(mocker: MockFixture) -> None: "change-type": "review", "count": { "reviews": 2, - "approval": 2, + "approvals": 2, "rejections": 4 }, "data": { |
