From 058bbfe3f29f154b237d55bf0e1572cc63b83b49 Mon Sep 17 00:00:00 2001 From: "Rene V. Vergara" Date: Tue, 16 Apr 2024 14:48:36 -0400 Subject: [PATCH] rvv040 - Added a decode Testnet Sapling Address test --- test/Spec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Spec.hs b/test/Spec.hs index 0f10226..37a45c5 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -922,7 +922,7 @@ main = do let sa = decodeSaplingAddress "ztestsapling188csdsvhdny25am8ume03qr2026hdy03zpg5pq7jmmfxtxtct0e93p0rg80yfxvynqd4gwlwft5" it "Try to decode a valid TestNet Sapling Address " $ do print sa - sa `shouldBe` Nothing + sa `shouldNotBe` Nothing -- | Properties