Skip to content

Commit

Permalink
Merge dbe6cbe into 68e3282
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Jul 23, 2020
2 parents 68e3282 + dbe6cbe commit c8b4ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/mysql_test.go
Expand Up @@ -117,7 +117,7 @@ func startMySQLContainer() (*exec.Cmd, error) {
return nil, err
}

ch := make(chan int)
ch := make(chan int, 1)

readyString := "mysqld: ready for connections"

Expand Down

0 comments on commit c8b4ed9

Please sign in to comment.