Skip to content

Commit

Permalink
ENH: Correction of a test
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit9126 committed Dec 2, 2024
1 parent 6be8bc5 commit 4b8ac84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roseau/load_flow_single/tests/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ def test_import():
# Typing used for a deprecation
"Any",
}

assert rlfs_dir - rlf_dir == set()
# conftest is not included in wheels
assert rlfs_dir - rlf_dir == {"conftest"}

0 comments on commit 4b8ac84

Please sign in to comment.