Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Dec 3, 2024
1 parent 00f9c4a commit 2638f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/utils/tests/test_reportPlotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_getPhysicalVals(self):
dims, labels, vals = _getPhysicalVals(self.r)
self.assertEqual(dims, "Dimensions")

self.assertEqual(labels[0], "Fuel height")
self.assertEqual(labels[0], "Cold fuel height")
self.assertEqual(labels[1], "Fuel assems")
self.assertEqual(labels[2], "Assem weight")
self.assertEqual(labels[3], "Core radius")
Expand Down

0 comments on commit 2638f19

Please sign in to comment.