From 627c25c4a1b485a6821ff76f444e1f82f02a5ee6 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 19:20:32 -0500 Subject: [PATCH] Example pytest failure --- hatch_version_action_example/__init__.py | 2 -- tests/test_me.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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