Delete trivial version-check test

This commit is contained in:
Jared Miller 2026-02-16 15:34:23 -05:00
parent 23b201a0d0
commit 87b971abcc
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -1,5 +0,0 @@
from mudlib import __version__
def test_version():
assert __version__ == "0.1.0"