mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(tests): fix name of test
This commit is contained in:
parent
babd26feab
commit
8d78af5db7
@ -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)
|
# 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
|
batch = None
|
||||||
try:
|
try:
|
||||||
batch = Batch( # This batch has a duplicate node_id|fieldname combo
|
batch = Batch( # This batch has a duplicate node_id|fieldname combo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user