Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Oct 29, 2024
1 parent 3084b25 commit 968a0d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/driftVaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ describe('TestProtocolVaults', () => {

let vd: Keypair;
let vdClient: VaultClient;
let vdUser: User;
let vdUserUSDCAccount: PublicKey;

let _vd2: Keypair;
Expand Down Expand Up @@ -512,7 +511,7 @@ describe('TestProtocolVaults', () => {
oracleInfos,
},
});
_manager = bootstrapManager.signer;
manager = bootstrapManager.signer;
managerClient = bootstrapManager.vaultClient;
managerUser = bootstrapManager.user;

Expand All @@ -535,7 +534,7 @@ describe('TestProtocolVaults', () => {
oracleInfos,
},
});
_delegate = bootstrapDelegate.signer;
delegate = bootstrapDelegate.signer;
delegateClient = bootstrapDelegate.vaultClient;
_delegateUser = bootstrapDelegate.user;

Expand Down Expand Up @@ -582,7 +581,6 @@ describe('TestProtocolVaults', () => {
});
vd = bootstrapVD.signer;
vdClient = bootstrapVD.vaultClient;
vdUser = bootstrapVD.user;
vdUserUSDCAccount = bootstrapVD.userUSDCAccount.publicKey;

// the VaultDepositor for the vault
Expand Down

0 comments on commit 968a0d7

Please sign in to comment.