We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742dc2a commit 3d80c03Copy full SHA for 3d80c03
_example/main_test.go
@@ -81,6 +81,7 @@ func TestExampleLoadedUser(t *testing.T) {
81
go func() {
82
main()
83
}()
84
+ // Wait for the database to start
85
time.Sleep(1 * time.Second)
86
conn, err := dbr.Open("mysql", fmt.Sprintf("no_user:@tcp(%s:%d)/%s", address, port, dbName), nil)
87
require.NoError(t, err)
0 commit comments