Skip to content

Commit 3cbbb9b

Browse files
Copilotsbillinge
andcommitted
Remove redundant assertion in test_dll_loading.py
Co-authored-by: sbillinge <4254545+sbillinge@users.noreply.github.com>
1 parent 2fc8be6 commit 3cbbb9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_dll_loading.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,3 @@ def test_windows_dll_directory_handling():
2929
# but we don't assert this as it may not exist in all test
3030
# environments
3131
assert isinstance(lib_bin_dir, str)
32-
33-
# Test passes if no exceptions are raised
34-
assert True

0 commit comments

Comments
 (0)