mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
add back firo send test
This commit is contained in:
parent
7bd2b6b38a
commit
4075b94df3
1 changed files with 18 additions and 18 deletions
|
@ -128,24 +128,24 @@ void main() {
|
||||||
expect(result, 1);
|
expect(result, 1);
|
||||||
});
|
});
|
||||||
|
|
||||||
// test("isolateCreateJoinSplitTransaction success", () async {
|
test("isolateCreateJoinSplitTransaction success", () async {
|
||||||
// final result = await isolateCreateJoinSplitTransaction(
|
final result = await isolateCreateJoinSplitTransaction(
|
||||||
// 9000,
|
9000,
|
||||||
// "aNmsUtzPzQ3SKWNjEH48GacMQJXWN5Rotm",
|
"aNmsUtzPzQ3SKWNjEH48GacMQJXWN5Rotm",
|
||||||
// true,
|
true,
|
||||||
// TEST_MNEMONIC,
|
TEST_MNEMONIC,
|
||||||
// 2,
|
2,
|
||||||
// Decimal.ten,
|
Decimal.ten,
|
||||||
// SampleLelantus.lelantusEntries,
|
SampleLelantus.lelantusEntries,
|
||||||
// 459185,
|
459185,
|
||||||
// Coin.firo,
|
Coin.firo,
|
||||||
// firoNetwork,
|
firoNetwork,
|
||||||
// [GetAnonymitySetSampleData.data],
|
[GetAnonymitySetSampleData.data],
|
||||||
// "en_US",
|
"en_US",
|
||||||
// );
|
);
|
||||||
//
|
|
||||||
// expect(result, isA<Map<String, dynamic>>());
|
expect(result, isA<Map<String, dynamic>>());
|
||||||
// });
|
});
|
||||||
|
|
||||||
test("isolateEstimateJoinSplitFee", () async {
|
test("isolateEstimateJoinSplitFee", () async {
|
||||||
final result = await isolateEstimateJoinSplitFee(
|
final result = await isolateEstimateJoinSplitFee(
|
||||||
|
|
Loading…
Reference in a new issue