Skip to content

Commit 42dc471

Browse files
committed
Minor tweak
1 parent 227ea18 commit 42dc471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

armi/tests/test_plugins.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_defineParameters(self):
5353

5454
# Check the default values of parameters defined by the fuel peformance plugin
5555
self.assertEqual(b.p.gasPorosity, 0)
56-
self.assertEqual(b.p.gasPorosity, 0)
56+
self.assertEqual(b.p.liquidPorosity, 0)
5757

5858
def test_exposeInterfaces(self):
5959
"""Make sure that the exposeInterfaces hook is properly implemented.

0 commit comments

Comments
 (0)