Skip to content

Commit 55c7601

Browse files
committed
Merge branch 'zachmu/sql-driver-tests' of github.com:dolthub/doltgresql into zachmu/sql-driver-tests
2 parents 9e476da + 751e30b commit 55c7601

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration-tests/go-sql-server-driver/large_values_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,8 @@ func TestTypeDiversity(t *testing.T) {
757757

758758
// Mix of empty, short, medium, large, unicode, and NULL values.
759759
vals := []struct {
760-
id int
761-
ch, vc, tx, mtx, ltx interface{}
760+
id int
761+
ch, vc, tx, mtx, ltx interface{}
762762
}{
763763
{0, "", "", "", "", ""},
764764
{1, "hello", "world", "short text", "medium text", "long text"},

0 commit comments

Comments
 (0)