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

Commit

Permalink
Fix balances test
Browse files Browse the repository at this point in the history
  • Loading branch information
Morley Zhi committed Jan 15, 2020
1 parent 8d84446 commit 3bed263
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/data/makeDisplayableBalances.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ it("makes balances from a real-world example", async () => {
type: "credit_alphanum4",
code: "BAT",
issuer: {
publicKey: "GBDEVU63Y6NTHJQQZIKVTC23NWLQVP3WJ2RI2OTSJTNYOIGICST6DUXR",
key: "GBDEVU63Y6NTHJQQZIKVTC23NWLQVP3WJ2RI2OTSJTNYOIGICST6DUXR",
},
},
},
Expand All @@ -34,7 +34,7 @@ it("makes balances from a real-world example", async () => {
type: "credit_alphanum4",
code: "REPO",
issuer: {
publicKey: "GCZNF24HPMYTV6NOEHI7Q5RJFFUI23JKUKY3H3XTQAFBQIBOHD5OXG3B",
key: "GCZNF24HPMYTV6NOEHI7Q5RJFFUI23JKUKY3H3XTQAFBQIBOHD5OXG3B",
},
},
},
Expand All @@ -48,7 +48,7 @@ it("makes balances from a real-world example", async () => {
type: "credit_alphanum4",
code: "TERN",
issuer: {
publicKey: "GDGQDVO6XPFSY4NMX75A7AOVYCF5JYGW2SHCJJNWCQWIDGOZB53DGP6C",
key: "GDGQDVO6XPFSY4NMX75A7AOVYCF5JYGW2SHCJJNWCQWIDGOZB53DGP6C",
},
},
},
Expand All @@ -62,7 +62,7 @@ it("makes balances from a real-world example", async () => {
type: "credit_alphanum4",
code: "WSD",
issuer: {
publicKey: "GDSVWEA7XV6M5XNLODVTPCGMAJTNBLZBXOFNQD3BNPNYALEYBNT6CE2V",
key: "GDSVWEA7XV6M5XNLODVTPCGMAJTNBLZBXOFNQD3BNPNYALEYBNT6CE2V",
},
},
},
Expand All @@ -76,7 +76,7 @@ it("makes balances from a real-world example", async () => {
type: "credit_alphanum4",
code: "USD",
issuer: {
publicKey: "GDUKMGUGDZQK6YHYA5Z6AY2G4XDSZPSZ3SW5UN3ARVMO6QSRDWP5YLEX",
key: "GDUKMGUGDZQK6YHYA5Z6AY2G4XDSZPSZ3SW5UN3ARVMO6QSRDWP5YLEX",
},
},
},
Expand Down

0 comments on commit 3bed263

Please sign in to comment.