Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Uncomment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Akentev committed Jul 7, 2022
1 parent 215fcc1 commit 55fb790
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plutus-pab-executables/test/full/Plutus/PAB/CoreSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,8 @@ executionTests =
, currencyTest
, testCase "wait for update" waitForUpdateTest
, testCase "stop contract instance" stopContractInstanceTest
-- TODO: Commented temporarly until PR#565 is merged
-- , testCase "can wait for tx status change" waitForTxStatusChangeTest
-- , testCase "can wait for tx output status change" waitForTxOutStatusChangeTest
, testCase "can wait for tx status change" waitForTxStatusChangeTest
, testCase "can wait for tx output status change" waitForTxOutStatusChangeTest
, testCase "can subscribe to slot updates" slotChangeTest
, testCase "can query wallet funds" valueAtTest
, testCase "can subscribe to observable state changes" observableStateChangeTest
Expand Down

0 comments on commit 55fb790

Please sign in to comment.