From f54936467101bb08bbdf7f3d9c341134c06b83c3 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 16 Dec 2015 15:49:04 -0500 Subject: Updating go dependancies --- Godeps/_workspace/src/github.com/pborman/uuid/sql_test.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Godeps/_workspace/src/github.com/pborman/uuid/sql_test.go') diff --git a/Godeps/_workspace/src/github.com/pborman/uuid/sql_test.go b/Godeps/_workspace/src/github.com/pborman/uuid/sql_test.go index d643567ee..83bac8cac 100644 --- a/Godeps/_workspace/src/github.com/pborman/uuid/sql_test.go +++ b/Godeps/_workspace/src/github.com/pborman/uuid/sql_test.go @@ -22,6 +22,11 @@ func TestScan(t *testing.T) { t.Fatal(err) } + err = (&uuid).Scan([]byte(stringTest)) + if err != nil { + t.Fatal(err) + } + err = (&uuid).Scan(byteTest) if err != nil { t.Fatal(err) -- cgit v1.2.3-1-g7c22