diff --git a/hatch_version_action_example/__init__.py b/hatch_version_action_example/__init__.py index 2e4cfc6..8ecc75f 100644 --- a/hatch_version_action_example/__init__.py +++ b/hatch_version_action_example/__init__.py @@ -1,5 +1,3 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT - -None == None diff --git a/tests/test_me.py b/tests/test_me.py index 7adb7d4..2c37718 100644 --- a/tests/test_me.py +++ b/tests/test_me.py @@ -1,2 +1,2 @@ def test_me(): - assert True + assert False