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 d10866d commit c43a213Copy full SHA for c43a213
iter123_test.go
@@ -87,7 +87,7 @@ func TestBackward123(t *testing.T) {
87
88
// only one value MaxUint32
89
for val := range Backward(b) {
90
- assert.EqualValues(t, MaxUint32, val)
+ assert.EqualValues(t, uint32(MaxUint32), val)
91
}
92
})
93
0 commit comments