Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Sep 4, 2023
1 parent 4804453 commit 07bde7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/units/solana/transactions.solana.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ethers } from 'ethers'
import { Connection, TransactionInstruction, TransactionMessage, VersionedTransaction, SystemProgram, PublicKey, struct, u8, u32, u64, nu64, BN, seq, offset, publicKey } from '@depay/solana-web3.js'
import { mock, resetMocks, confirm, anything, replace } from 'dist/esm/index.solana'
import { Token } from '@depay/web3-tokens'
import Token from '@depay/web3-tokens'
import { supported } from "src/blockchains"

describe('solana mock transactions', ()=> {
Expand Down
2 changes: 1 addition & 1 deletion tests/units/solana/transactions.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ethers } from 'ethers'
import { Connection, TransactionInstruction, TransactionMessage, VersionedTransaction, SystemProgram, PublicKey, struct, u8, u32, u64, nu64, BN, seq, offset, publicKey } from '@depay/solana-web3.js'
import { mock, resetMocks, confirm, anything, replace } from 'src'
import { Token } from '@depay/web3-tokens'
import Token from '@depay/web3-tokens'
import { supported } from "src/blockchains"

describe('solana mock transactions', ()=> {
Expand Down

0 comments on commit 07bde7f

Please sign in to comment.