mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
fix typo in new unit test
This commit is contained in:
parent
16b894ffd8
commit
aa233c80dd
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ def test_isogonal_octagon(axis, plane_tb, plane_lr, axis_idx):
|
|||
# Check invalid r1, r2 combinations
|
||||
with pytest.raises(ValueError):
|
||||
openmc.model.IsogonalOctagon(center, r1=1.0, r2=10.)
|
||||
with pytest.rasies(ValueError):
|
||||
with pytest.raises(ValueError):
|
||||
openmc.model.IsogonalOctagon(center, r1=10., r2=1.)
|
||||
|
||||
# Make sure repr works
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue