From caacd93e6fd5c6091b5d1f045c4471e7ef22c4c0 Mon Sep 17 00:00:00 2001
From: Guillermo Bescos <g.bescos@yahoo.com>
Date: Fri, 10 Nov 2023 14:40:13 +0000
Subject: [PATCH] Fix tests

---
 staking/tests/config.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/staking/tests/config.ts b/staking/tests/config.ts
index 4f04709f..9c33f6bf 100644
--- a/staking/tests/config.ts
+++ b/staking/tests/config.ts
@@ -413,7 +413,7 @@ describe("config", async () => {
         pythGovernanceRealm: zeroPubkey,
         unlockingDuration: 2,
         epochDuration: new BN(3600),
-        freeze: true,
+        freeze: false,
         pdaAuthority: pdaAuthority,
         governanceProgram,
         pythTokenListTime: null,