Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Mar 31, 2024
1 parent 52fe027 commit 53a5081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit 53a5081

Please sign in to comment.