We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82dc595 commit d10866dCopy full SHA for d10866d
iter123_test.go
@@ -83,7 +83,7 @@ func TestBackward123(t *testing.T) {
83
84
t.Run("#6", func(t *testing.T) {
85
b := New()
86
- b.AddInt(MaxUint32)
+ b.Add(MaxUint32)
87
88
// only one value MaxUint32
89
for val := range Backward(b) {
0 commit comments