diff --git a/docs/quickstart.md b/docs/quickstart.md index 4b94e61..e29b55f 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -74,7 +74,7 @@ In `func TestWireMock(t *testing.T)`, add the following code: ```go // Create Container ctx := context.Background() -container, err := RunDefaultContainerAndStopOnCleanup(ctx, +container, err := RunContainerAndStopOnCleanup(ctx, t, WithMappingFile("hello", "hello-world.json"), ) if err != nil {