Skip to content

Commit

Permalink
Update armi/tests/test_plugins.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Keckler <[email protected]>
  • Loading branch information
john-science and keckler authored Nov 28, 2023
1 parent 227ea18 commit d313579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions armi/tests/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def test_exposeInterfaces(self):

# each plugin should return a list
self.assertIsInstance(results, list)
self.assertGreater(len(results))
for result in results:
# Make sure all elements in the list satisfy the constraints of the hookspec
self.assertIsInstance(result, tuple)
Expand Down

0 comments on commit d313579

Please sign in to comment.