We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb07b8 commit cee8a78Copy full SHA for cee8a78
.travis.yml
@@ -5,7 +5,7 @@ go:
5
- 1.3
6
- 1.4
7
- 1.5
8
- - release
+ - 1.6
9
- tip
10
11
script: go test -race
statement_test.go
@@ -1,12 +1,12 @@
1
+// +build go1.6
2
+
3
package sqlmock
4
import (
"errors"
"testing"
)
-// +build go1.6
-
func TestExpectedPreparedStatemtCloseError(t *testing.T) {
conn, mock, err := New()
12
if err != nil {
0 commit comments