mirror of https://github.com/stretchr/testify.git
commit
352d2438b9
|
@ -7,7 +7,7 @@ import (
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Deprecated: CompareType has only ever been for internal use and has accidently been published since v1.6.0. Do not use it.
|
// Deprecated: CompareType has only ever been for internal use and has accidentally been published since v1.6.0. Do not use it.
|
||||||
type CompareType = compareResult
|
type CompareType = compareResult
|
||||||
|
|
||||||
type compareResult int
|
type compareResult int
|
||||||
|
|
Loading…
Reference in New Issue