Skip to content

Commit

Permalink
Fix formatting in Runner (#13871)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored Jan 8, 2025
1 parent 778c004 commit 8907779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Intent/Runner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static void Run(IEnumerable<string> paths, IRunLogger logger)
// When the result is a task we need to await it.
// TODO: this can be improved with await, imho
task.GetAwaiter().GetResult();
};
}

passed++;
logger.WriteTestPassed(method, testStopwatch.Elapsed);
Expand Down

0 comments on commit 8907779

Please sign in to comment.