Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
e3rd committed Jan 9, 2025
1 parent fe8a04d commit d64c95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def setUp(self):
def test_basic(self):
state = FolderState(self, self.disk / "folder1", self.disk / "folder2")
# d = drun(["rename", "execute"], [], [], [], **state) TODO
d = drun(["rename", "execute"], [], [], {"log_level": 10}, **state)
d = drun(["rename", "execute"], [], [], [], {"log_level": 10}, **state)
import sys
print("12: d.log", d.changes, file=sys.stderr) # TODO

Expand Down

0 comments on commit d64c95f

Please sign in to comment.