Skip to content

Commit

Permalink
Merge pull request #2074 from kadena-io/push-ozltuxltpkon
Browse files Browse the repository at this point in the history
Rename pollingInvalidTest
  • Loading branch information
edmundnoble authored Dec 17, 2024
2 parents d229ea1 + fabbdde commit 43e369b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit/Chainweb/Test/Pact5/RemotePactTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ mkFixture v baseRdb = do

tests :: RocksDb -> TestTree
tests rdb = testGroup "Pact5 RemotePactTest"
[ testCase "pollingBadlistTest" (pollingInvalidTest rdb)
[ testCase "pollingInvalidRequestKeyTest" (pollingInvalidRequestKeyTest rdb)
, testCase "pollingConfirmationDepthTest" (pollingConfirmationDepthTest rdb)
, testCase "spvTest" (spvTest rdb)
]

pollingInvalidTest :: RocksDb -> IO ()
pollingInvalidTest baseRdb = runResourceT $ do
pollingInvalidRequestKeyTest :: RocksDb -> IO ()
pollingInvalidRequestKeyTest baseRdb = runResourceT $ do
let v = pact5InstantCpmTestVersion singletonChainGraph
let cid = unsafeChainId 0
fixture <- mkFixture v baseRdb
Expand Down

0 comments on commit 43e369b

Please sign in to comment.