From 53a5081610fdb67c308ad82bca20b98f013b3efd Mon Sep 17 00:00:00 2001 From: "Paul P.H. Wilson" Date: Sat, 30 Mar 2024 19:18:20 -0500 Subject: [PATCH] fix type --- test/test_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_basic.py b/test/test_basic.py index 8076433..041a8eb 100644 --- a/test/test_basic.py +++ b/test/test_basic.py @@ -169,7 +169,7 @@ def test_id_safety(request): s1.id = safe_surf_id assert s1.id == safe_surf_id - g1 = groups['mat:fuel'] + g1 = model.groups['mat:fuel'] used_grp_id = 2 with pytest.raises(ValueError, match="already"):