Skip to content

Commit 6345634

Browse files
[thirdweb] fix: Remove icon property check in currency tests (#6334)
1 parent a19c0c9 commit 6345634

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.changeset/shaggy-flowers-argue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"thirdweb": patch
2+
"thirdweb": minor
33
---
44

55
Fiat onramp UI revamp in PayEmbed and support multi hop onramp flows

packages/thirdweb/src/react/web/ui/ConnectWallet/screens/Buy/fiat/currencies.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ describe("Currency Utilities", () => {
1919
for (const currency of currencies) {
2020
expect(currency).toHaveProperty("shorthand");
2121
expect(currency).toHaveProperty("name");
22-
expect(currency).toHaveProperty("icon");
2322
}
2423
});
2524

0 commit comments

Comments
 (0)