Skip to content

Commit

Permalink
[#3688] Adapt broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Mar 22, 2024
1 parent 3906e34 commit 3799efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_evaluate_form_logic_with_rules(self):
# 7. Delete submission attachment files
# 8. RELEASE SAVEPOINT
# 9. Delete submission values
with self.assertNumQueries(9):
with self.assertNumQueries(6):
evaluate_form_logic(submission, submission_step2, data)

def test_update_step_data(self):
Expand Down

0 comments on commit 3799efc

Please sign in to comment.