Skip to content

Commit 2bd643e

Browse files
committed
remove nil
1 parent a3f9f98 commit 2bd643e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_simple.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_rsa_sign():
5252
datetime.timedelta(seconds=6),
5353
int(time.time() - 6),
5454
# DEFAULT VALUE
55-
JWT._nil,
55+
...,
5656
]
5757

5858
expires = [
@@ -61,7 +61,7 @@ def test_rsa_sign():
6161
datetime.timedelta(seconds=600),
6262
int(time.time() + 600),
6363
# DEFAULT VALUE
64-
JWT._nil,
64+
...,
6565
]
6666

6767

0 commit comments

Comments
 (0)