Skip to content

Commit a8be1af

Browse files
committed
Update Thirdweb.Utils.Tests.cs
1 parent f56ab4e commit a8be1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ public async Task FetchThirdwebChainDataAsync_ReturnsChainData_WhenResponseIsSuc
469469
[Fact(Timeout = 120000)]
470470
public async Task FetchThirdwebChainDataAsync_ReturnsStack_WhenResponseIsSuccessful()
471471
{
472-
var chainId = new BigInteger(300);
472+
var chainId = new BigInteger(4654);
473473

474474
var chainData = await Utils.GetChainMetadata(this.Client, chainId);
475475
Assert.NotNull(chainData);

0 commit comments

Comments
 (0)