Skip to content

Commit

Permalink
Fix min UTxO fail in CLI integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Sep 21, 2020
1 parent 2af98a3 commit e4d1a4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{-# LANGUAGE AllowAmbiguousTypes #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE NumericUnderscores #-}
{-# LANGUAGE OverloadedLabels #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
Expand Down Expand Up @@ -303,7 +304,7 @@ spec = describe "SHELLEY_CLI_TRANSACTIONS" $ do

it "TRANSMETA_CREATE_01 - Transaction with metadata via CLI" $ \ctx -> do
(wSrc, wDest) <- (,) <$> fixtureWallet ctx <*> emptyWallet ctx
let amt = 100000
let amt = 10_000_000
let md = Just "{ \"1\": \"hello\" }"
let expected = Just (ApiT (TxMetadata (MD.MetaData (Map.singleton 1 (MD.S "hello")))))

Expand Down

0 comments on commit e4d1a4a

Please sign in to comment.