mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39: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);
|
||||
});
|
||||
|
||||
// test("isolateCreateJoinSplitTransaction success", () async {
|
||||
// final result = await isolateCreateJoinSplitTransaction(
|
||||
// 9000,
|
||||
// "aNmsUtzPzQ3SKWNjEH48GacMQJXWN5Rotm",
|
||||
// true,
|
||||
// TEST_MNEMONIC,
|
||||
// 2,
|
||||
// Decimal.ten,
|
||||
// SampleLelantus.lelantusEntries,
|
||||
// 459185,
|
||||
// Coin.firo,
|
||||
// firoNetwork,
|
||||
// [GetAnonymitySetSampleData.data],
|
||||
// "en_US",
|
||||
// );
|
||||
//
|
||||
// expect(result, isA<Map<String, dynamic>>());
|
||||
// });
|
||||
test("isolateCreateJoinSplitTransaction success", () async {
|
||||
final result = await isolateCreateJoinSplitTransaction(
|
||||
9000,
|
||||
"aNmsUtzPzQ3SKWNjEH48GacMQJXWN5Rotm",
|
||||
true,
|
||||
TEST_MNEMONIC,
|
||||
2,
|
||||
Decimal.ten,
|
||||
SampleLelantus.lelantusEntries,
|
||||
459185,
|
||||
Coin.firo,
|
||||
firoNetwork,
|
||||
[GetAnonymitySetSampleData.data],
|
||||
"en_US",
|
||||
);
|
||||
|
||||
expect(result, isA<Map<String, dynamic>>());
|
||||
});
|
||||
|
||||
test("isolateEstimateJoinSplitFee", () async {
|
||||
final result = await isolateEstimateJoinSplitFee(
|
||||
|
|
Loading…
Reference in a new issue