Skip to content

Commit c43a213

Browse files
committed
another fix
1 parent d10866d commit c43a213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iter123_test.go

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

8888
// only one value MaxUint32
8989
for val := range Backward(b) {
90-
assert.EqualValues(t, MaxUint32, val)
90+
assert.EqualValues(t, uint32(MaxUint32), val)
9191
}
9292
})
9393
}

0 commit comments

Comments
 (0)