Skip to content

Commit

Permalink
[-] fix package name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Oct 18, 2023
1 parent 9d28bb3 commit 4428807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ which uses expected SQL string as a regular expression to match incoming query s
In order to customize the QueryMatcher, use the following:

``` go
mock, err := pgxmock.New(context.Background(), sqlmock.QueryMatcherOption(pgxmock.QueryMatcherEqual))
mock, err := pgxmock.New(context.Background(), pgxmock.QueryMatcherOption(pgxmock.QueryMatcherEqual))
```

The query matcher can be fully customized based on user needs. **pgxmock** will not
Expand Down

0 comments on commit 4428807

Please sign in to comment.