From 5e9a2fb0c33b207858363c4f96e3e9c7e9859ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 9 Apr 2023 08:34:13 +0800 Subject: [PATCH] Renamed test_offset_matcher.py to test_unmatched_offset.py, and the OffsetMatcherTestCase test case to UnmatchedOffsetTestCase. --- tests/{test_offset_matcher.py => test_unmatched_offset.py} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename tests/{test_offset_matcher.py => test_unmatched_offset.py} (99%) diff --git a/tests/test_offset_matcher.py b/tests/test_unmatched_offset.py similarity index 99% rename from tests/test_offset_matcher.py rename to tests/test_unmatched_offset.py index ee96efa..2c18473 100644 --- a/tests/test_offset_matcher.py +++ b/tests/test_unmatched_offset.py @@ -14,7 +14,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""The test for the offset matcher. +"""The test for the unmatched offsets. """ import unittest @@ -34,8 +34,8 @@ PREFIX: str = "/accounting/unmatched-offsets" """The URL prefix for the unmatched offset management.""" -class OffsetMatcherTestCase(unittest.TestCase): - """The offset matcher test case.""" +class UnmatchedOffsetTestCase(unittest.TestCase): + """The unmatched offset test case.""" def setUp(self) -> None: """Sets up the test.