Skip to content

Commit

Permalink
Update settings validator test...
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehader committed Oct 3, 2022
1 parent 273ddaa commit 64b0b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/physics/neutronics/tests/test_neutronicsPlugin.py
Expand Up @@ -249,7 +249,7 @@ def test_neutronicsSettingsValidators(self):
cs = settings.Settings()
inspector = settingsValidation.Inspector(cs)
sv = getNeutronicsSettingValidators(inspector)
self.assertEqual(len(sv), 7)
self.assertEqual(len(sv), 8)

# Test the Query: boundaries are now "Extrapolated", not "Normal"
cs = cs.modified(newSettings={"boundaries": "Normal"})
Expand Down

0 comments on commit 64b0b38

Please sign in to comment.