removed redundant type from array
This commit is contained in:
parent
0e480e3d55
commit
64a87231ca
@ -2028,7 +2028,7 @@ func TestSetDefaultVoucher(t *testing.T) {
|
||||
{
|
||||
name: "Test set default voucher when no active voucher is set",
|
||||
vouchersResp: []dataserviceapi.TokenHoldings{
|
||||
dataserviceapi.TokenHoldings{
|
||||
{
|
||||
ContractAddress: "0x123",
|
||||
TokenSymbol: "TOKEN1",
|
||||
TokenDecimals: "18",
|
||||
@ -2276,7 +2276,6 @@ func TestCountIncorrectPINAttempts(t *testing.T) {
|
||||
pinAttemptsCount := uint8(pinAttemptsValue)
|
||||
expectedAttempts := attempts + 1
|
||||
assert.Equal(t, pinAttemptsCount, expectedAttempts)
|
||||
|
||||
}
|
||||
|
||||
func TestResetIncorrectPINAttempts(t *testing.T) {
|
||||
@ -2299,7 +2298,6 @@ func TestResetIncorrectPINAttempts(t *testing.T) {
|
||||
t.Logf(err.Error())
|
||||
}
|
||||
assert.Equal(t, "0", string(incorrectAttempts))
|
||||
|
||||
}
|
||||
|
||||
func TestPersistLanguageCode(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user