We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227ea18 commit 42dc471Copy full SHA for 42dc471
armi/tests/test_plugins.py
@@ -53,7 +53,7 @@ def test_defineParameters(self):
53
54
# Check the default values of parameters defined by the fuel peformance plugin
55
self.assertEqual(b.p.gasPorosity, 0)
56
- self.assertEqual(b.p.gasPorosity, 0)
+ self.assertEqual(b.p.liquidPorosity, 0)
57
58
def test_exposeInterfaces(self):
59
"""Make sure that the exposeInterfaces hook is properly implemented.
0 commit comments