Skip to content

Commit

Permalink
chore: add print for the assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jan 29, 2024
1 parent 4e24f14 commit a2fc58a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions wait/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,15 @@ func ExampleHTTPStrategy_WithForcedIPv4LocalHost() {
}
}()

state, err := c.State(ctx)
if err != nil {
panic(err)
}

fmt.Println(state.Running)

// Output:
// true
}

func ExampleHTTPStrategy_WithBasicAuth() {
Expand Down

0 comments on commit a2fc58a

Please sign in to comment.