1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-06-29 00:31:35 +02:00

add missing closing curly brace

This commit is contained in:
Neenad Ingole
2024-08-12 21:02:09 +02:00
committed by GitHub
parent 52e994a59c
commit f3575cd527

View File

@ -146,3 +146,4 @@ func TestQueryWillReturnsNil(t *testing.T) {
if err != nil {
t.Error(err)
}
}