We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef0d3d commit 7123619Copy full SHA for 7123619
Thirdweb.Tests/BaseTests.cs
@@ -37,7 +37,7 @@ public async Task<IThirdwebWallet> GetGuestAccount()
37
{
38
await iaw.Disconnect();
39
}
40
- _ = iaw.LoginWithGuest(defaultSessionIdOverride: Guid.NewGuid().ToString());
+ _ = await iaw.LoginWithGuest(defaultSessionIdOverride: Guid.NewGuid().ToString());
41
return iaw;
42
43
0 commit comments