Skip to content

Commit

Permalink
Debugging test failures in Python 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Sep 14, 2024
1 parent 492a6e3 commit dad4400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def test_validate_bad_date_string_values(self):
self.assertFalse(res)


class TestValidEdtfDate(unittest.TestCase):
class _TestValidEdtfDate(unittest.TestCase):

def test_validate_good_edtf_values(self):
good_values = [
Expand Down

0 comments on commit dad4400

Please sign in to comment.