Skip to content

Commit

Permalink
chore: Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenhilton committed Aug 16, 2023
1 parent 64bc89d commit 6d05fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_fixup_mtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def setUp(self):
def tearDown(self):
shutil.rmtree(self.temp_dir)

def test__striptime_or_none_with_none_timestamp(self):
def test__strptime_or_none_with_none_timestamp(self):
timestamp = None
format_code = self.pp._mtime_format
expected = None
Expand Down

0 comments on commit 6d05fae

Please sign in to comment.