Skip to content

Commit

Permalink
add unit test dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Dec 4, 2023
1 parent 7d366aa commit 16945ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
"""Test dummy."""


def test_dummy() -> None:
"""Test dummy."""
assert True

0 comments on commit 16945ee

Please sign in to comment.