From 4075b94df34db8284fe06b4eb9615fe5b22b8021 Mon Sep 17 00:00:00 2001
From: Marco <marco@cypherstack.com>
Date: Mon, 29 Aug 2022 21:54:51 +0800
Subject: [PATCH] add back firo send test

---
 .../services/coins/firo/firo_wallet_test.dart | 36 +++++++++----------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/test/services/coins/firo/firo_wallet_test.dart b/test/services/coins/firo/firo_wallet_test.dart
index b9fae326c..416b361d0 100644
--- a/test/services/coins/firo/firo_wallet_test.dart
+++ b/test/services/coins/firo/firo_wallet_test.dart
@@ -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(