From fabbdde2d4a4a6ceec5a0677478fbdc588706cac Mon Sep 17 00:00:00 2001 From: Edmund Noble Date: Mon, 16 Dec 2024 13:59:39 -0500 Subject: [PATCH] Rename pollingInvalidTest --- test/unit/Chainweb/Test/Pact5/RemotePactTest.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/unit/Chainweb/Test/Pact5/RemotePactTest.hs b/test/unit/Chainweb/Test/Pact5/RemotePactTest.hs index 26ed29332..d1b8b57ee 100644 --- a/test/unit/Chainweb/Test/Pact5/RemotePactTest.hs +++ b/test/unit/Chainweb/Test/Pact5/RemotePactTest.hs @@ -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