mirror of
https://github.com/gin-gonic/gin.git
synced 2025-08-06 07:40:39 +08:00
Fixes all unit tests
This commit is contained in:
@ -83,6 +83,6 @@ func TestPathCleanMallocs(t *testing.T) {
|
||||
|
||||
for _, test := range cleanTests {
|
||||
allocs := testing.AllocsPerRun(100, func() { cleanPath(test.result) })
|
||||
assert.Equal(t, allocs, 0)
|
||||
assert.EqualValues(t, allocs, 0)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user