Skip to content

Commit

Permalink
fix cql test
Browse files Browse the repository at this point in the history
  • Loading branch information
creker committed Jul 30, 2020
1 parent 956b943 commit e3e8558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func doCQLTest(t *testing.T, cType gocql.Type, val1, val2 interface{}, nanVal1,
assert.Equal(t, nanVal1, nanVal2)

// not decode nil values
if val1 != nil {
if val2 != nil {
err = gocql.Unmarshal(cTypeEnc, encodedVal, val2)
assert.NoError(t, err)

Expand Down

0 comments on commit e3e8558

Please sign in to comment.