Skip to content

Commit

Permalink
Fixed unexpected success in test suite (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Dec 16, 2021
1 parent 7321e51 commit 3635b2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,6 @@ class Meta:
self.assertEqual(len(results.qs), 2)


@unittest.expectedFailure
class IsoDateTimeFromToRangeFilterTests(TestCase):

def test_filtering(self):
Expand Down

0 comments on commit 3635b2b

Please sign in to comment.