Skip to content

Commit

Permalink
fix: Update shipping method to async
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jul 3, 2024
1 parent 0f34b6d commit cf4efd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/processor/batch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ func TestBatchItemProcessorQueueSize(t *testing.T) {
WithMaxQueueSize(maxQueueSize),
WithMaxExportBatchSize(maxQueueSize),
WithWorkers(1),
WithShippingMethod(ShippingMethodSync),
WithShippingMethod(ShippingMethodAsync),
WithMetrics(metrics),
)
require.NoError(t, err)
Expand Down

0 comments on commit cf4efd1

Please sign in to comment.