Skip to content

Commit

Permalink
Re-enable version test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarmany committed Dec 16, 2024
1 parent d12acf6 commit 9325864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_multio_pythonapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def test_initialisation():
multio.Multio(**default_dict)


# def test_multio_version():
# assert multio.Multio(**default_dict).__version__() == "2.2.1"
def test_multio_version():
assert multio.Multio(**default_dict).__version__() == "2.2.1"


def test_initialisation_no_config():
Expand Down

0 comments on commit 9325864

Please sign in to comment.