Skip to content

Commit

Permalink
fix provisional top up test (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Raszyk <[email protected]>
  • Loading branch information
mraszyk and mraszyk authored Nov 22, 2022
1 parent 3a58e16 commit c863b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IC/Test/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2312,7 +2312,7 @@ icTests = withAgentConfig $ testGroup "Interface Spec acceptance tests"
step $ "Cycle balance now at " ++ show cycles
, testCase "nonexisting canister" $ do
ic_top_up''' ic00' doesn'tExist (fromIntegral def_cycles)
>>= isErrOrReject []
>>= isErrOrReject [3,5]
]
]

Expand Down

0 comments on commit c863b6e

Please sign in to comment.