mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
parent
c47b088eda
commit
92e468f352
|
|
@ -264,7 +264,6 @@ 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