Skip to content

Commit dea39bc

Browse files
committed
formatted
1 parent ea21a94 commit dea39bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/test_device.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,12 @@ def test_pull_recursive_dir(populated_device, working_dir, test_filepaths):
247247
assert to_check.is_file()
248248
assert to_check.read_text() == f"{path}\n"
249249

250+
250251
def test_pull_nonexisting(device, working_dir):
251252
src = "data/local/tmp/dklsfalkjhvcnsdfalvfds"
252253
with pytest.raises(Exception) as excinfo:
253254
device.pull(src, working_dir / "non_existent")
254-
255+
255256
assert str(excinfo.value) == f"Cannot find {src} on device"
256257

257258

0 commit comments

Comments
 (0)