1
0
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:
Ajitem Sahasrabuddhe 2021-05-30 13:21:28 +05:30
parent caefcfd920
commit 4d55f937d0
No known key found for this signature in database
GPG Key ID: B43D4BA8C1129D37

View File

@ -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)