Skip to content

Commit

Permalink
spanner: get rid of unnecessary line
Browse files Browse the repository at this point in the history
Change-Id: I87ecc0c274ddc097a08f1890df3c6fe0c3d28d96
Reviewed-on: https://code-review.googlesource.com/16310
Reviewed-by: kokoro <[email protected]>
Reviewed-by: Jonathan Amsterdam <[email protected]>
  • Loading branch information
namusyaka authored and jba committed Sep 5, 2017
1 parent 2b74e2e commit 70ec741
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spanner/value_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ func TestDecodeValue(t *testing.T) {
{nullProto(), listType(intType()), []NullInt64(nil), false},
// INT64 ARRAY with []int64
{listProto(intProto(91), intProto(87)), listType(intType()), []int64{91, 87}, false},
//{nullProto(), listType(intType()), []int64{}, false},
// BOOL
{boolProto(true), boolType(), true, false},
{nullProto(), boolType(), true, true},
Expand Down

0 comments on commit 70ec741

Please sign in to comment.