mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
Update garray_z_unit_string_test.go
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user