Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
youngmit committed Sep 29, 2021
1 parent 58ee6fc commit 687ba92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/operators/tests/test_inspectors.py
Expand Up @@ -92,7 +92,7 @@ def test_callableCorrectionCheck(self):

def test_assignCS(self):
keys = sorted(self.inspector.cs.keys())
self.assertIn(keys, "HCFcoretype")
self.assertIn("HCFcoretype", keys)

self.assertEqual(self.inspector.cs["HCFcoretype"], "TWRC")
self.inspector._assignCS(
Expand Down

0 comments on commit 687ba92

Please sign in to comment.