Skip to content

Commit

Permalink
Fix the example
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Mar 18, 2024
1 parent 3308783 commit c67e746
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/quickstart/quickstart_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ import (

func TestWireMock(t *testing.T) {
ctx := context.Background()
mappingFileName := "hello-world.json"

container, err := RunContainerAndStopOnCleanup(ctx, t,
WithMappingFile(mappingFileName),
WithMappingFile("hello", "hello-world.json"),
)
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit c67e746

Please sign in to comment.