From 2807cadb04c0a40689b189fc346a5640681a134a Mon Sep 17 00:00:00 2001 From: Jan Jurgen Griesfeller Date: Fri, 10 Nov 2023 13:23:25 +0100 Subject: [PATCH] adjusted to added dep variables --- tests/test_varcollection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_varcollection.py b/tests/test_varcollection.py index fff03d390..71f4b1e2f 100644 --- a/tests/test_varcollection.py +++ b/tests/test_varcollection.py @@ -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), ],