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.
2 parents d335ff6 + bfd9a9d commit c91a7f4Copy full SHA for c91a7f4
expectations.go
@@ -265,7 +265,7 @@ func (e *ExpectedPrepare) WillReturnError(err error) *ExpectedPrepare {
265
return e
266
}
267
268
-// WillReturnCloseError allows to set an error for this prapared statement Close action
+// WillReturnCloseError allows to set an error for this prepared statement Close action
269
func (e *ExpectedPrepare) WillReturnCloseError(err error) *ExpectedPrepare {
270
e.closeErr = err
271
0 commit comments