We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dadedf commit 5500e40Copy full SHA for 5500e40
1 file changed
test/unit/Chainweb/Test/Pact5/RemotePactTest.hs
@@ -432,7 +432,7 @@ spvExpirationTest v baseRdb prop = runResourceT $ do
432
-- this test suite really wants you not to put any transactions into the final block.
433
sendInvalidTxsTest :: RocksDb -> TestTree
434
sendInvalidTxsTest rdb = withResourceT (mkFixture v rdb) $ \fx ->
435
- sequentialTestGroup "invalid txs in /send" AllFinish
+ dependentTestGroup "invalid txs in /send" AllFinish
436
[ testGroup "send txs"
437
[ testCase "syntax error" $ do
438
cmdParseFailure <- buildTextCmd v
0 commit comments