Skip to content

Commit

Permalink
Another round
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Oct 16, 2023
1 parent e2a0d58 commit f1f455e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion staking/tests/max_pos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe("fills a stake account with positions", async () => {
config,
pythMintAccount,
pythMintAuthority,
makeDefaultConfig(pythMintAccount.publicKey, PublicKey.unique())
makeDefaultConfig(pythMintAccount.publicKey)
));
program = stakeConnection.program;
provider = stakeConnection.provider;
Expand Down
2 changes: 1 addition & 1 deletion staking/tests/position_lifecycle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe("position_lifecycle", async () => {
config,
pythMintAccount,
pythMintAuthority,
makeDefaultConfig(pythMintAccount.publicKey, PublicKey.unique())
makeDefaultConfig(pythMintAccount.publicKey)
));
program = stakeConnection.program;
owner = stakeConnection.provider.wallet.publicKey;
Expand Down

0 comments on commit f1f455e

Please sign in to comment.