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 559944f commit aad7903
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -303,7 +303,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 aad7903

Please sign in to comment.