1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-10-30 23:27:38 +02:00

Fix typo in README

This commit is contained in:
Bruno Bigras
2015-06-26 14:29:02 -04:00
parent 5d1551fda1
commit 51558a3715

View File

@@ -272,7 +272,7 @@ sqlmock.ExpectCommit().WillReturnError(fmt.Errorf("Deadlock occured"))
```
In same fashion, we can expect queries to match arguments. If there are any, it must be matched.
Instead of result we can return error..
Instead of result we can return error.
``` go
sqlmock.ExpectQuery("SELECT (.*) FROM orders").