mirror of
https://github.com/DATA-DOG/go-sqlmock.git
synced 2025-05-27 22:47:32 +02:00
Fixed typo (stetement -> statement)
This commit is contained in:
parent
9958e5c69d
commit
4e7175497a
@ -279,7 +279,7 @@ func (c *sqlmock) Prepare(query string) (driver.Stmt, error) {
|
|||||||
|
|
||||||
next.Unlock()
|
next.Unlock()
|
||||||
if c.ordered {
|
if c.ordered {
|
||||||
return nil, fmt.Errorf("call to Prepare stetement with query '%s', was not expected, next expectation is: %s", query, next)
|
return nil, fmt.Errorf("call to Prepare statement with query '%s', was not expected, next expectation is: %s", query, next)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user