Skip to content

Commit

Permalink
add missing timedelta test case *doh* #388
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed May 18, 2021
1 parent 1576b2d commit abff8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_regressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1835,6 +1835,7 @@ class RouteNestedViewset(viewsets.ModelViewSet):
datetime.datetime(year=2021, month=1, day=1),
datetime.date(year=2021, month=1, day=1),
datetime.time(),
datetime.timedelta(days=1),
uuid.uuid4(),
Decimal(),
b'deadbeef'
Expand Down

0 comments on commit abff8b3

Please sign in to comment.