Skip to content

Commit 27b46f9

Browse files
committed
Fix dotnet
1 parent eacc78b commit 27b46f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/languages/dotnet/Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public async Task Test1()
113113

114114
await general.Empty();
115115

116-
var url = general.oauth2(
116+
var url = await general.Oauth2(
117117
clientId: "clientId",
118118
redirectUri: "https://localhost",
119119
scopes: new List<string>() {"test"},

0 commit comments

Comments
 (0)