Update garray_z_unit_string_test.go

This commit is contained in:
yybjroam@qq.com
2019-07-02 22:37:06 +08:00
parent 783f1c8457
commit 285b45d19d

View File

@ -642,7 +642,7 @@ func TestStringArray_Remove(t *testing.T) {
func TestSortedStringArray_RLockFunc(t *testing.T) {
gtest.Case(t, func() {
s1 := []string{"a", "b", "c", "d"}
s1 := []string{"b", "c", "d"}
a1 := garray.NewSortedStringArrayFrom(s1)
ch1 := make(chan int64, 2)