Skip to content

Commit

Permalink
Fixed trailing whitespace in test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Mar 8, 2024
1 parent 296cabe commit a5f3f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filterset.py
Expand Up @@ -746,7 +746,7 @@ def test_creating_with_request(self):
m = mock.Mock()
f = self.F(request=m)
self.assertEqual(f.request, m)

def test_creating_with_no_data_default(self):
f = self.F()
self.assertIsInstance(f.data, MultiValueDict)
Expand Down

0 comments on commit a5f3f1a

Please sign in to comment.