Skip to content

Commit dccd698

Browse files
committed
fix: tests
1 parent c935bb5 commit dccd698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_check_las.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_check_pdal_can_open_file_with_retry_nok():
3535
assert not check_pdal_can_open_file_with_retry(filepath, 10)
3636

3737

38-
@check_pdal_can_open_file_with_retry_decorator(delay=0) # or mock time.sleep
38+
@check_pdal_can_open_file_with_retry_decorator(delay=0, filepath="filepath") # or mock time.sleep
3939
def echo(filepath):
4040
return filepath
4141

0 commit comments

Comments
 (0)