Skip to content

Commit

Permalink
Update logging expectations in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Feb 6, 2025
1 parent 3d784f9 commit 51bf79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cmdLineFwk.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ def testEmptyQGraph(self):
self.assertRegex(
cm.output[0], ".*Initial data ID query returned no rows, so QuantumGraph will be empty.*"
)
self.assertRegex(cm.output[0], ".*No datasets.*bad_input.*")
self.assertRegex(cm.output[0], ".*add_dataset0.*bad_input.*doomed to fail.")
self.assertIsNone(qgraph)

def testSimpleQGraphNoSkipExisting_inputs(self):
Expand Down

0 comments on commit 51bf79e

Please sign in to comment.