Skip to content

Commit

Permalink
Update downstream test
Browse files Browse the repository at this point in the history
  • Loading branch information
keckler committed Feb 8, 2025
1 parent 5e3a7ac commit c893c55
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 @@ -424,7 +424,7 @@ def test_simpleReadLatticeMap(self):
before, after = outText.split("lattice map:")
self.assertGreater(len(before), 100)
self.assertGreater(len(after), 20)
self.assertIn("1 3 1 2 1 3 1", after, msg="lattice map not showing up")
self.assertIn("1 2 1 2 1 2 1", after, msg="lattice map not showing up")
self.assertNotIn(
"- -3", after, msg="grid contents are showing up when they shouldn't"
)
Expand Down

0 comments on commit c893c55

Please sign in to comment.