Skip to content

Commit

Permalink
adjusted to added dep variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Jurgen Griesfeller committed Nov 10, 2023
1 parent 2f7a833 commit 2807cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_varcollection.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_VarCollection_get_var_error(collection: VarCollection):
"search_pattern,num",
[
("*blaaaaaaa*", 0),
("dep*", 7),
("dep*", 9),
("od*", 26),
("conc*", 90),
],
Expand Down

0 comments on commit 2807cad

Please sign in to comment.