mirror of https://github.com/jackc/pgx.git
Correct spelling
parent
d30ef1b8b9
commit
1eb4f2e8b4
|
@ -588,7 +588,7 @@ func TestTransaction(t *testing.T) {
|
|||
t.Fatalf("Did not receive correct number of rows: %v", n)
|
||||
}
|
||||
|
||||
// when something in transaction panicks
|
||||
// when something in transaction panics
|
||||
func() {
|
||||
defer func() {
|
||||
recover()
|
||||
|
|
Loading…
Reference in New Issue