mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
Debug test failure
Signed-off-by: Brian Meek <brian@hntlabs.com>
This commit is contained in:
parent
8610b4225e
commit
548029d6da
|
|
@ -264,6 +264,7 @@ func TestRegisterEthereum(t *testing.T) {
|
|||
// Asserts
|
||||
assert := assert.New(t)
|
||||
assert.NotNil(response, "response actual: nil, expected: not nil")
|
||||
assert.Implements((*registerResponse)(nil), response.JSON, "response.JSON received: %v", response.JSON)
|
||||
registerRes := response.JSON.(registerResponse)
|
||||
assert.Truef(
|
||||
registerRes.UserID == wallet.Eip155UserId,
|
||||
|
|
|
|||
Loading…
Reference in a new issue