Skip to content

Commit

Permalink
Test import of janus_core
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar authored and alinelena committed Feb 8, 2024
1 parent 4312e11 commit 749acb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_example.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
"""Example test."""

import janus_core


def test_example():
"""
Example test.
"""
print(janus_core.__version__)
assert 1 == (2 / 2)

0 comments on commit 749acb2

Please sign in to comment.