Skip to content

Commit c1aaede

Browse files
committed
up
1 parent 6c78d0d commit c1aaede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ func TestUnset(t *testing.T) {
294294

295295
t.Run("extreme max", func(t *testing.T) {
296296
b := New()
297-
b.AddInt(4294967295)
297+
b.Add(4294967295)
298298

299299
it := Unset(b, 4294967294, 4294967295)
300300

0 commit comments

Comments
 (0)