Skip to content

Commit

Permalink
Update test_placeholder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed May 1, 2024
1 parent 3aecbbf commit 8e8daeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/test_placeholder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pip_package_template_docker import __version__
from py_overload import __version__


def test_placeholder():
Expand All @@ -8,3 +8,4 @@ def test_placeholder():
This is to ensure pytest can pass because it will report an error if it cannot find any test.
"""
assert isinstance(__version__, str)

0 comments on commit 8e8daeb

Please sign in to comment.