Skip to content

Commit 3182077

Browse files
committed
try to fix pipeline
1 parent 3c46224 commit 3182077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SocketIOClient.UnitTest/SocketIOTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ private static string GetResponseText(ref int i, string[] messages)
121121
return messages[i];
122122
}
123123

124-
Task.Delay(1000).GetAwaiter().GetResult();
124+
Task.Delay(1000).Wait();
125125
return string.Empty;
126126
}
127127

0 commit comments

Comments
 (0)