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 4, 2025
1 parent 1d9d8a2 commit a1ee312
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 @@ -706,7 +706,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 a1ee312

Please sign in to comment.