Skip to content

Commit

Permalink
datetime better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
timtan committed Jun 25, 2018
1 parent 4944876 commit 910ecc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queryfilter/tests/test_datetimefilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def test_end_date_has_no_time(self):
@pytest.mark.django_db
class TestFilterWithoutValue(object):

def test_end_date_has_no_time(self):
def test_non_required_value_should_filter_nothing(self):

datetime_datum = dateutil.parser.parse("2018-12-31T02:00:00+00:00")

Expand Down

0 comments on commit 910ecc7

Please sign in to comment.