fix(tests): fix name of test

This commit is contained in:
psychedelicious 2023-09-05 16:14:52 +10:00
parent babd26feab
commit 8d78af5db7

View File

@ -193,7 +193,7 @@ def test_can_create_batch(mock_invoker: Invoker, simple_graph, simple_batch):
# wait_until(lambda: has_executed_all_batches(batch_process_res.batch_id), timeout=10, interval=1)
def test_can_create_bad_batches():
def test_cannot_create_bad_batches():
batch = None
try:
batch = Batch( # This batch has a duplicate node_id|fieldname combo