Skip to content

Commit

Permalink
test/stock/TestStock: configure a limit in ContinueOnCancel
Browse files Browse the repository at this point in the history
Now fails because the class never calls GetCreate() because it's
already full.
  • Loading branch information
MaxKellermann committed Oct 17, 2023
1 parent 35eaf94 commit 7e699a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stock/TestStock.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ TEST(Stock, ContinueOnCancel)
}
} cls;

Stock stock(instance.event_loop, cls, "test", 3, 8,
Stock stock(instance.event_loop, cls, "test", 1, 8,
Event::Duration::zero());

MyStockGetHandler handler;
Expand Down

0 comments on commit 7e699a5

Please sign in to comment.