Update airdrop return type

This commit is contained in:
Michael Vines
2018-09-12 17:41:20 -07:00
parent ad5390bbae
commit fa5f3d81fd
2 changed files with 7 additions and 7 deletions

View File

@ -144,7 +144,7 @@ test('request airdrop', async () => {
},
{
error: null,
result: true,
result: '1WE5w4B7v59x6qjyC4FbG2FEKYKQfvsJwqSxNVmtMjT8TQ31hsZieDHcSgqzxiAoTL56n2w5TncjqEKjLhtF4Vk',
}
]);
mockRpc.push([
@ -155,7 +155,7 @@ test('request airdrop', async () => {
},
{
error: null,
result: true,
result: '2WE5w4B7v59x6qjyC4FbG2FEKYKQfvsJwqSxNVmtMjT8TQ31hsZieDHcSgqzxiAoTL56n2w5TncjqEKjLhtF4Vk',
}
]);
mockRpc.push([
@ -207,7 +207,7 @@ test('transaction', async () => {
},
{
error: null,
result: true,
result: '0WE5w4B7v59x6qjyC4FbG2FEKYKQfvsJwqSxNVmtMjT8TQ31hsZieDHcSgqzxiAoTL56n2w5TncjqEKjLhtF4Vk',
}
]);
mockRpc.push([
@ -232,7 +232,7 @@ test('transaction', async () => {
},
{
error: null,
result: true,
result: '8WE5w4B7v59x6qjyC4FbG2FEKYKQfvsJwqSxNVmtMjT8TQ31hsZieDHcSgqzxiAoTL56n2w5TncjqEKjLhtF4Vk',
}
]);
mockRpc.push([