Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent b96fadb commit 7b61412
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ describe("AssetValue", () => {
decimal: 8,
isGasAsset: false,
isSynthetic: false,
symbol: "BTC.B-0x152b9d0fdc40c096757f570a51e494bd4b943e50",
ticker: "BTC.B",
symbol: "BTC.b-0x152b9d0fdc40c096757f570a51e494bd4b943e50",
ticker: "BTC.b",
}),
);
});
Expand Down

0 comments on commit 7b61412

Please sign in to comment.