6 lines
96 B
Python
6 lines
96 B
Python
|
|
from ops_bot import __version__
|
||
|
|
|
||
|
|
|
||
|
|
def test_version() -> None:
|
||
|
|
assert __version__ == "0.1.0"
|