mirror of https://github.com/jackc/pgx.git
Fix test on Travis
parent
2e5f5e0c9d
commit
a147e0f3b8
|
@ -1211,6 +1211,7 @@ func TestStmtQueryContextCancel(t *testing.T) {
|
|||
pgmock.ExpectMessage(&pgproto3.Sync{}),
|
||||
|
||||
pgmock.SendMessage(&pgproto3.BindComplete{}),
|
||||
pgmock.WaitForClose(),
|
||||
)
|
||||
|
||||
server, err := pgmock.NewServer(script)
|
||||
|
|
Loading…
Reference in New Issue