Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>
  • Loading branch information
sairanjit committed Jan 29, 2025
1 parent 83bc5d2 commit decddb4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('TenantAgentContextProvider', () => {
key: 'test-wallet-key',
},
},
storageVersion: '0.5',
storageVersion: '0.6',
})

const tenantAgentContext = jest.fn() as unknown as AgentContext
Expand Down Expand Up @@ -86,7 +86,7 @@ describe('TenantAgentContextProvider', () => {
key: 'test-wallet-key',
},
},
storageVersion: '0.5',
storageVersion: '0.6',
})

const tenantAgentContext = jest.fn() as unknown as AgentContext
Expand Down Expand Up @@ -131,7 +131,7 @@ describe('TenantAgentContextProvider', () => {
key: 'test-wallet-key',
},
},
storageVersion: '0.5',
storageVersion: '0.6',
})

const tenantAgentContext = jest.fn() as unknown as AgentContext
Expand Down

0 comments on commit decddb4

Please sign in to comment.