Skip to content

Commit a2ac848

Browse files
committed
test: 테스트 오류 수정
1 parent d99f800 commit a2ac848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProjectVG.Api/Services/TestClientLauncher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class TestClientLauncher
44
{
55
public void Launch()
66
{
7-
Task.Delay(1000).ContinueWith(_ => {
7+
_ = Task.Delay(1000).ContinueWith(_ => {
88
try
99
{
1010
var htmlPath = Path.Combine(Directory.GetCurrentDirectory(), "..", "test-clients", "test-client.html");

0 commit comments

Comments
 (0)