完善
This commit is contained in:
parent
3db3276082
commit
8813cdbfce
@ -326,7 +326,7 @@ func TestSimpleSliceStream_Reverse(t *testing.T) {
|
||||
tests := []testCase[int]{
|
||||
{
|
||||
name: "t1",
|
||||
r: s,
|
||||
r: NewSimpleSliceStream(helper.RangeSlice(1, 10, 1)),
|
||||
want: SimpleSliceStream[int]{helper.RangeSlice(10, 1, -1)},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user