5 lines
105 B
Python
5 lines
105 B
Python
from wagtail_draftail_snippet import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == '0.1.0'
|