Skip to content

Commit

Permalink
adding line
Browse files Browse the repository at this point in the history
  • Loading branch information
RuthShryock committed Dec 12, 2023
1 parent b7a6bbb commit cf46e87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onadata/apps/main/tests/test_service_health_minimal.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ def test_service_health_minimal(self):
self.assertEqual(actual_content, expected_content)

# Ensure that no database queries were executed
self.assertNumQueries(0)
self.assertNumQueries(0)

0 comments on commit cf46e87

Please sign in to comment.