We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200fbc4 commit 2635d89Copy full SHA for 2635d89
tests/test_token.py
@@ -1,6 +1,6 @@
1
import pytest
2
from datetime import datetime, timedelta
3
-from FastAuth.token import Token, SECRET_KEY, ALGORITHM
+from fastauth.token import Token, SECRET_KEY, ALGORITHM
4
import jwt
5
6
# Sample User data
0 commit comments