Skip to content

Commit 5500e40

Browse files
committed
Fix tasty depreaction warning
1 parent 2dadedf commit 5500e40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/Chainweb/Test/Pact5/RemotePactTest.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ spvExpirationTest v baseRdb prop = runResourceT $ do
432432
-- this test suite really wants you not to put any transactions into the final block.
433433
sendInvalidTxsTest :: RocksDb -> TestTree
434434
sendInvalidTxsTest rdb = withResourceT (mkFixture v rdb) $ \fx ->
435-
sequentialTestGroup "invalid txs in /send" AllFinish
435+
dependentTestGroup "invalid txs in /send" AllFinish
436436
[ testGroup "send txs"
437437
[ testCase "syntax error" $ do
438438
cmdParseFailure <- buildTextCmd v

0 commit comments

Comments
 (0)