Skip to content

Commit ceda42e

Browse files
authored
Merge pull request #598 from leocardao/topic/fix-B908-flake8-error
Fix flake8 B908 error
2 parents ae2da1c + 518ba3d commit ceda42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_e3/os/windows/fs/main_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ def test_volume_path():
113113
ntfile = NTFile(test_file_path)
114114
assert ntfile.volume_path
115115

116+
ntfile = NTFile("0:/dummy")
116117
with pytest.raises(NTException):
117118
# Choose a volume name that is unlikely to exist 0:/
118-
ntfile = NTFile("0:/dummy")
119119
print(ntfile.volume_path)
120120

121121

0 commit comments

Comments
 (0)