Skip to content

Commit 6b10b18

Browse files
author
xames3
committed
Resolve file size
1 parent 24cc480 commit 6b10b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_io_base_rotate() -> None:
4444
("parent", HERE),
4545
("basename", "io_helper_test.txt"),
4646
("suffix", ".txt"),
47-
("size", 16),
47+
("size", os.path.getsize(PATH)),
4848
("siblings", ["io_helper_test.txt"]),
4949
("index", 1),
5050
("lines", 1),

0 commit comments

Comments
 (0)