Skip to content

Commit a2fc58a

Browse files
committed
chore: add print for the assertion
1 parent 4e24f14 commit a2fc58a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

wait/http_test.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,15 @@ func ExampleHTTPStrategy_WithForcedIPv4LocalHost() {
115115
}
116116
}()
117117

118+
state, err := c.State(ctx)
119+
if err != nil {
120+
panic(err)
121+
}
122+
123+
fmt.Println(state.Running)
124+
125+
// Output:
126+
// true
118127
}
119128

120129
func ExampleHTTPStrategy_WithBasicAuth() {

0 commit comments

Comments
 (0)