Skip to content

Commit

Permalink
update the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Jul 16, 2024
1 parent 1cd83b3 commit 5741ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/transform/trustline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func makeTrustlineTestOutput() []TrustlineOutput {
{
LedgerKey: "AAAAAQAAAACI4aa0pXFSj6qfJuIObLw/5zyugLRGYwxb7wFSr3B9eAAAAAFFVEgAAAAAAGfMAIZMO4kWjGqv4Lw0cJ7QIcUFcuL5iGE0IggsIily",
AccountID: testAccount1Address,
AssetType: 1,
AssetType: "credit_alphanum12",
AssetIssuer: testAccount3Address,
AssetCode: "ETH",
AssetID: -2311386320395871674,
Expand All @@ -146,7 +146,7 @@ func makeTrustlineTestOutput() []TrustlineOutput {
{
LedgerKey: "AAAAAQAAAAAcR0GXGO76pFs4y38vJVAanjnLg4emNun7zAx0pHcDGAAAAAMBAwQFBwkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
AccountID: testAccount2Address,
AssetType: 3,
AssetType: "credit_alphanum12",
AssetID: -1967220342708457407,
Balance: 0.5,
TrustlineLimit: 1111111111111111111,
Expand Down

0 comments on commit 5741ae7

Please sign in to comment.