Skip to content

Commit

Permalink
Fix an error in merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjarrett committed Mar 20, 2024
1 parent 0e07618 commit 86b2468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/reactor/blueprints/tests/test_gridBlueprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def tearDown(self):

def test_simpleRead(self):
gridDesign = self.grids["control"]
_ = gridDesign.construct()
grid = gridDesign.construct()
self.assertAlmostEqual(grid.pitch, 1.2)
self.assertEqual(gridDesign.gridContents[-8, 0], "6")

Expand Down

0 comments on commit 86b2468

Please sign in to comment.