Skip to content

Commit

Permalink
Ensure Re-use cardano-testnet processes
Browse files Browse the repository at this point in the history
In order for all tests to re-use cardano-testnet processes all tests
need to be wrapped in the same group thus the `testTestnetContracts`
statement must wrap the `group` statement and not the other way round
  • Loading branch information
gilligan committed Oct 16, 2024
1 parent c4f98fd commit 8c55454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions offchain/test/Main.purs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ pureSuite = do

testnetSuite :: TestPlanM (Aff Unit) Unit
testnetSuite = do
group "Testnet integration tests" do
testTestnetContracts config do
testTestnetContracts config do
group "Testnet integration tests" do
IlliquidCirculationSupply.suite
Reserve.suite
InitMint.suite
Expand Down

0 comments on commit 8c55454

Please sign in to comment.