Skip to content

Commit

Permalink
Fix signature issue in example for api-client
Browse files Browse the repository at this point in the history
  • Loading branch information
ninadingole committed Aug 11, 2024
1 parent 4b45733 commit c114fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/using_api_client/using_api_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func TestWireMock(t *testing.T) {
// Create Container
ctx := context.Background()
container, err := RunDefaultContainerAndStopOnCleanup(ctx)
container, err := RunDefaultContainerAndStopOnCleanup(ctx, t)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit c114fff

Please sign in to comment.