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 778c004 commit 8907779Copy full SHA for 8907779
test/Intent/Runner.cs
@@ -68,7 +68,7 @@ public static void Run(IEnumerable<string> paths, IRunLogger logger)
68
// When the result is a task we need to await it.
69
// TODO: this can be improved with await, imho
70
task.GetAwaiter().GetResult();
71
- };
+ }
72
73
passed++;
74
logger.WriteTestPassed(method, testStopwatch.Elapsed);
0 commit comments