Skip to content

Commit

Permalink
increase diffs to account for new core param
Browse files Browse the repository at this point in the history
  • Loading branch information
albeanth committed Jun 29, 2022
1 parent e8713de commit c4092ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/bookkeeping/db/tests/test_comparedb3.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_compareDatabaseSim(self):

# end-to-end validation that comparing a photocopy database works
diffs = compareDatabases(dbs[0]._fullPath, dbs[1]._fullPath)
self.assertEqual(len(diffs.diffs), 456)
self.assertEqual(len(diffs.diffs), 459)
self.assertEqual(diffs.nDiffs(), 3)


Expand Down

0 comments on commit c4092ea

Please sign in to comment.