Skip to content

Commit

Permalink
Fix tests of SET String()
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee committed Dec 2, 2021
1 parent 1629bf4 commit 58e0062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion result_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func TestAsDedupList(t *testing.T) {
UVal: &nebula.NSet{Values: valList},
}
valWrap := ValueWrapper{&value, testTimezone}
assert.Equal(t, "[\"elem1\", \"elem2\", \"elem3\"]", valWrap.String())
assert.Equal(t, "{\"elem1\", \"elem2\", \"elem3\"}", valWrap.String())
assert.Equal(t, true, valWrap.IsSet())

res, _ := valWrap.AsList()
Expand Down

0 comments on commit 58e0062

Please sign in to comment.