File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ProjectTemplates/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public async Task GrpcTemplate()
44
44
using ( var clientProcess = Project . StartBuiltClientAsync ( serverProcess ) )
45
45
{
46
46
// Wait for the client to do its thing
47
- await Task . Delay ( 100 )
47
+ await Task . Delay ( 100 ) ;
48
48
Assert . False (
49
49
clientProcess . Process . HasExited ,
50
50
ErrorMessages . GetFailedProcessMessageOrEmpty ( "Run built client" , Project , clientProcess . Process ) ) ;
@@ -60,7 +60,7 @@ await Task.Delay(100)
60
60
using ( var clientProcess = Project . StartPublishedClientAsync ( ) )
61
61
{
62
62
// Wait for the client to do its thing
63
- await Task . Delay ( 100 )
63
+ await Task . Delay ( 100 ) ;
64
64
Assert . False (
65
65
clientProcess . Process . HasExited ,
66
66
ErrorMessages . GetFailedProcessMessageOrEmpty ( "Run built client" , Project , clientProcess . Process ) ) ;
You can’t perform that action at this time.
0 commit comments