Skip to content

Commit

Permalink
Merge branch 'feat/unlock-with-withdrawal' of ssh://github.com/defi-w…
Browse files Browse the repository at this point in the history
…onderland/token-locking into feat/timedelta
  • Loading branch information
wei3erHase committed Sep 20, 2024
2 parents 04de9e9 + f0cc9ae commit 2f8b852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions program/tests/functional.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
use std::str::FromStr;

use solana_program::{
hash::Hash, program_error::ProgramError, pubkey::Pubkey, rent::Rent, system_program, sysvar,
hash::Hash, pubkey::Pubkey, rent::Rent, system_program, sysvar,
sysvar::clock::Clock,
};
use solana_program_test::{processor, BanksClient, ProgramTest, ProgramTestContext};
use solana_program_test::{processor, ProgramTest, ProgramTestContext};
use solana_sdk::{
account::Account, signature::Keypair, signature::Signer, system_instruction,
transaction::Transaction,
Expand All @@ -15,7 +15,7 @@ use spl_token::{
self,
instruction::{initialize_account, initialize_mint, mint_to},
};
use token_vesting::instruction::{change_destination, create, init, initialize_unlock, unlock};
use token_vesting::instruction::{create, init, initialize_unlock, unlock};
use token_vesting::{entrypoint::process_instruction, instruction::Schedule};

#[tokio::test]
Expand Down

0 comments on commit 2f8b852

Please sign in to comment.