6 lines
91 B
Python
6 lines
91 B
Python
from pocketbase import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == "0.1.1"
|