Revert "Debug test failure"

This reverts commit 548029d6da.
This commit is contained in:
Brian Meek 2023-02-07 17:14:16 -08:00
parent c47b088eda
commit 92e468f352

View file

@ -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,