Skip to content

Commit 45b66ba

Browse files
committed
fix test, faucet not guaranteed
1 parent a08e4a1 commit 45b66ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Thirdweb.Tests/Thirdweb.Utils/Thirdweb.Utils.Tests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ public async Task FetchThirdwebChainDataAsync_ReturnsChainData_WhenResponseIsSuc
452452
Assert.NotNull(chainData.NativeCurrency.Name);
453453
Assert.NotNull(chainData.NativeCurrency.Symbol);
454454
Assert.Equal(18, chainData.NativeCurrency.Decimals);
455-
Assert.NotNull(chainData.Faucets);
456455
Assert.NotNull(chainData.Explorers);
457456

458457
timer.Stop();

0 commit comments

Comments
 (0)