Skip to content

Commit f3575cd

Browse files
authored
add missing closing curly brace
1 parent 52e994a commit f3575cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

expectations_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,5 @@ func TestQueryWillReturnsNil(t *testing.T) {
145145
_, err = mock.(*sqlmock).Query(query, []driver.Value{"test"})
146146
if err != nil {
147147
t.Error(err)
148+
}
148149
}

0 commit comments

Comments
 (0)