Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrAsync is returned when a test assertion fails in a goroutine other than // the main test goroutine. This is done to avoid concurrent usage of // t.Fatal() which can cause the test binary to exit before cleanup is complete. ErrAsync = sdkerrors.Register(codespace, 1, "required assertion failed") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.