Skip to content

Commit

Permalink
Merge branch 'framework_crumbs' of https://www.github.com/terrapower/…
Browse files Browse the repository at this point in the history
…armi into framework_crumbs
  • Loading branch information
john-science committed Nov 28, 2023
2 parents 8f655d7 + d313579 commit 8454251
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 8454251

Please sign in to comment.