about summary refs log tree commit diff
path: root/tests/unit/db
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/db')
-rw-r--r--tests/unit/db/test_case_attributes.py2
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 87f142f..998b58d 100644
--- a/tests/unit/db/test_case_attributes.py
+++ b/tests/unit/db/test_case_attributes.py
@@ -148,7 +148,7 @@ def test_apply_change_approved(mocker: MockFixture) -> None:
         mocker.call(
             "SELECT Name, CaseAttributeId FROM CaseAttribute "
             "WHERE InbredSetId = %s AND Name IN (%s, %s)",
-            (1, "SeqCvge", "Epoch")),
+            (1, "Epoch", "SeqCvge")),
         mocker.call(
             "UPDATE caseattributes_audit SET status = %s WHERE id = %s",
             ("approved", change_id))