1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-06-12 21:47:29 +02:00

add 1.6 to travis

This commit is contained in:
gedi
2016-02-23 11:48:45 +02:00
parent 4bb07b88b3
commit cee8a78569
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,5 @@
// +build go1.6
package sqlmock
import (
@ -5,8 +7,6 @@ import (
"testing"
)
// +build go1.6
func TestExpectedPreparedStatemtCloseError(t *testing.T) {
conn, mock, err := New()
if err != nil {