Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0aa2121

Browse files
committed
comment
1 parent 9b611f5 commit 0aa2121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/server_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ func TestServer(t *testing.T) {
221221

222222
matchCh2 := make(chan string, 1)
223223
go func() {
224+
// The "View the Web UI" log is a decent indicator that the server was successfully started.
224225
matchCh2 <- pty.ExpectMatchContext(ctx, "View the Web UI")
225226
}()
226227
select {

0 commit comments

Comments
 (0)