From 301fb2056bfb2b2d3c66f2e287ee488217d06e67 Mon Sep 17 00:00:00 2001 From: BowTiedRadone Date: Fri, 1 Mar 2024 20:46:36 +0200 Subject: [PATCH] rename get-stacker-info test --- contrib/core-contract-tests/tests/pox-4/pox-4.prop.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/core-contract-tests/tests/pox-4/pox-4.prop.test.ts b/contrib/core-contract-tests/tests/pox-4/pox-4.prop.test.ts index 65dc88cc0..54d5f5dd2 100644 --- a/contrib/core-contract-tests/tests/pox-4/pox-4.prop.test.ts +++ b/contrib/core-contract-tests/tests/pox-4/pox-4.prop.test.ts @@ -94,7 +94,7 @@ describe("test pox-4 contract read only functions", () => { ); }); - it("should return none stacker-info", () => { + it("should return none get-stacker-info", () => { fc.assert( fc.property( fc.constantFrom(...simnet.getAccounts().values()),