Update test_utils.py

This commit is contained in:
Vithor Jaeger 2023-02-01 08:30:14 -04:00 committed by GitHub
parent cf40d82d28
commit f953d6723c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ from pocketbase.utils import camel_to_snake, to_datetime
def test_version():
assert __version__ == "0.2.2"
assert __version__ == "0.3.0"
def test_utils():