Skip to content

Commit 5c5e435

Browse files
committed
returned isotope order
1 parent c22c83c commit 5c5e435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def test_expand_material_xmls_with_two_isotopes(self):
252252
os.system("rm materials.xml")
253253
openmc.Materials([my_mat]).export_to_xml()
254254

255-
assert expand_materials_xml_to_isotopes("materials.xml") == ["Li7", "Li6"]
255+
assert expand_materials_xml_to_isotopes("materials.xml") == ["Li6", "Li7"]
256256

257257
def test_expand_material_xmls_with_sab(self):
258258

0 commit comments

Comments
 (0)