Skip to content

Commit

Permalink
cli: fix date in metadata for standard 'unpack' unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbriggs committed Dec 16, 2024
1 parent 6d8ed21 commit b1dccd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngsarchiver/test/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def test_unpack(self):
],
"files": [],
"user": "anon",
"creation_date": "023-06-16 09:58:39",
"creation_date": "2023-06-16 09:58:39",
"multi_volume": false,
"volume_size": null,
"compression_level": 6,
Expand Down

0 comments on commit b1dccd1

Please sign in to comment.