Armani Ferrante 3 years ago
parent
commit
b849c9a685
1 changed files with 2 additions and 4 deletions
  1. 2 4
      tests/deprecated-layout/tests/deprecated-layout.ts

+ 2 - 4
tests/deprecated-layout/tests/deprecated-layout.ts

@@ -1,8 +1,6 @@
 import * as assert from "assert";
-//import * as anchor from '@project-serum/anchor';
-//import { Program, BorshAccountHeader } from '@project-serum/anchor';
-import * as anchor from "../../../ts";
-import { Program, BorshAccountHeader } from "../../../ts";
+import * as anchor from '@project-serum/anchor';
+import { Program, BorshAccountHeader } from '@project-serum/anchor';
 import { Keypair } from "@solana/web3.js";
 import { DeprecatedLayout } from "../target/types/deprecated_layout";
 import { NewLayout } from "../target/types/new_layout";