mirror of
https://github.com/DATA-DOG/go-sqlmock.git
synced 2025-03-17 20:48:01 +02:00
fix go vet error
This commit is contained in:
parent
caefcfd920
commit
4d55f937d0
@ -717,7 +717,7 @@ func TestAddRows(t *testing.T) {
|
||||
// scanned id: 4 and title: Emily
|
||||
}
|
||||
|
||||
func ExampleMultiRows() {
|
||||
func ExampleRows_AddRows() {
|
||||
db, mock, err := New()
|
||||
if err != nil {
|
||||
fmt.Println("failed to open sqlmock database:", err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user