Skip to content

Commit

Permalink
Update tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks committed Mar 30, 2024
1 parent c90fb37 commit f424ce3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nautobot_data_validation_engine/tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,3 +303,7 @@ def test_max_instances(self):
"""Test field lookups."""
params = {"max_instances__gte": [2]}
self.assertEqual(self.filterset(params, self.queryset).qs.count(), 2)

def test_q_filter_exists(self):
"""Test q field exists."""
pass

0 comments on commit f424ce3

Please sign in to comment.