Skip to content

Commit

Permalink
test datestring thing once more
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Apr 29, 2022
1 parent 561acb5 commit 31f6aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbbackup/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_func(self):

def test_generated_filename(self):
filename = utils.filename_generate('bak', 'default')
datestring = utils.filename_to_date(filename)
utils.filename_to_date(filename)


@patch('dbbackup.settings.HOSTNAME', 'test')
Expand Down

0 comments on commit 31f6aac

Please sign in to comment.