diff options
| author | Munyoki Kilyungi | 2025-07-02 15:54:25 +0300 |
|---|---|---|
| committer | BonfaceKilz | 2025-07-07 07:58:31 +0300 |
| commit | a01fff827dcc933bebf0cbcc34cf54569486c275 (patch) | |
| tree | 0b53ff5960c3e0e2b0bcf73ab4b2abf3f5500d0f /tests/unit/db/test_case_attributes.py | |
| parent | b781e34590b028dfc656b787f17a20e0fe1c0638 (diff) | |
| download | genenetwork3-a01fff827dcc933bebf0cbcc34cf54569486c275.tar.gz | |
Rename dict key.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'tests/unit/db/test_case_attributes.py')
| -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": { |
