Skip to content

Commit

Permalink
chore(storage): re fix / for test on win (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 18, 2024
1 parent 2cd01ad commit 4b60053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_core/data_storage/on_disk_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def restore(self) -> None:
>>> storage2.restore()
>>> storage2._files
{Period((<DateUnit.YEAR: 'year'>, Instant((2017, 1, 1.../2017.npy'}
{Period((<DateUnit.YEAR: 'year'>, Instant((2017, 1, 1...2017.npy'}
>>> directory.cleanup()
Expand Down

0 comments on commit 4b60053

Please sign in to comment.