Skip to content

Commit

Permalink
Fix anchor ts package path (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Aug 23, 2022
1 parent 9b0c81e commit 7ed55a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/auction-house.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as assert from "assert";
//import * as anchor from "@project-serum/anchor/ts";
import * as anchor from "../../../ts";
import { AnchorProvider, Program, Wallet, BN, getProvider } from "../../../ts";
import * as anchor from "../../../ts/packages/anchor";
import { AnchorProvider, Program, Wallet, BN, getProvider } from "../../../ts/packages/anchor";
import {
Transaction,
Keypair,
Expand Down

0 comments on commit 7ed55a3

Please sign in to comment.