Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Morley Zhi committed Dec 9, 2019
1 parent e2a9e31 commit 7a78813
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/KeyManager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import sinon from "sinon";
import StellarBase from "stellar-base";

import { KeyType } from "./constants/keys";
import "./index.d";
import { KeyManager } from "./KeyManager";
import { IdentityEncrypter } from "./plugins/IdentityEncrypter";
import { MemoryKeyStore } from "./plugins/MemoryKeyStore";
Expand Down
2 changes: 1 addition & 1 deletion src/data/makeDisplayableTrades.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ it("makes trades from real-world examples", () => {
code: "BAT",
type: "credit_alphanum4",
issuer: {
publicKey: "GBDEVU63Y6NTHJQQZIKVTC23NWLQVP3WJ2RI2OTSJTNYOIGICST6DUXR",
key: "GBDEVU63Y6NTHJQQZIKVTC23NWLQVP3WJ2RI2OTSJTNYOIGICST6DUXR",
},
},
incomingAmount: new BigNumber("139.5761839"),
Expand Down

0 comments on commit 7a78813

Please sign in to comment.