Skip to content

Commit 1c3572e

Browse files
committed
Fix typo in remote reducer name
1 parent 9353382 commit 1c3572e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/tpcc/src/new_order.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ fn call_remote_order_multiple_items_and_decrement_stock(
186186
call_remote_reducer(
187187
ctx,
188188
remote_database_identity,
189-
"order_multiple_items_and_decrement_stock",
189+
"order_multiple_items_and_decrement_stocks",
190190
&input,
191191
)
192192
}

0 commit comments

Comments
 (0)