@@ -166,7 +166,7 @@ await RunTestApplicationWithDefaultConfigurations(
166166 Assert . That (
167167 await application . RunAsync ( ) ,
168168 Is . EqualTo ( MtpTestApplicationExitCodes . ZeroTests ) ,
169- "Application must be exit without any errors."
169+ "Application must exit without any errors."
170170 ) ;
171171 Assert . That (
172172 trxFile . FullName ,
@@ -195,7 +195,7 @@ await RunTestApplicationWithDefaultConfigurations(
195195 Assert . That (
196196 await application . RunAsync ( ) ,
197197 Is . EqualTo ( MtpTestApplicationExitCodes . ZeroTests ) ,
198- "Application must be exit without any errors."
198+ "Application must exit without any errors."
199199 ) ;
200200 Assert . That (
201201 trxFile . FullName ,
@@ -233,7 +233,7 @@ await RunTestApplicationWithDefaultConfigurations(
233233 Assert . That (
234234 await application . RunAsync ( ) ,
235235 Is . EqualTo ( MtpTestApplicationExitCodes . ZeroTests ) ,
236- "Application must be exit without any errors."
236+ "Application must exit without any errors."
237237 ) ;
238238 Assert . That (
239239 trxFile . FullName ,
@@ -265,7 +265,7 @@ await RunTestApplicationWithDefaultConfigurations(
265265 Assert . That (
266266 await application . RunAsync ( ) ,
267267 Is . EqualTo ( MtpTestApplicationExitCodes . ZeroTests ) ,
268- "Application must be exit without any errors."
268+ "Application must exit without any errors."
269269 ) ;
270270 Assert . That (
271271 trxFile . FullName ,
@@ -301,7 +301,7 @@ await RunTestApplicationWithDefaultConfigurations(
301301 Assert . That (
302302 await application . RunAsync ( ) ,
303303 Is . EqualTo ( MtpTestApplicationExitCodes . ZeroTests ) ,
304- "Application must be exit without any errors."
304+ "Application must exit without any errors."
305305 ) ;
306306 Assert . That (
307307 trxFile . FullName ,
@@ -444,7 +444,7 @@ await RunTestApplicationWithDefaultConfigurations(
444444 Assert . That (
445445 await application . RunAsync ( ) ,
446446 Is . EqualTo ( MtpTestApplicationExitCodes . ZeroTests ) ,
447- "Application must be exit without any errors."
447+ "Application must exit without any errors."
448448 ) ;
449449 Assert . That (
450450 trxFile . FullName ,
@@ -513,7 +513,7 @@ await RunTestApplicationWithDefaultConfigurations(
513513 Assert . That (
514514 await application . RunAsync ( ) ,
515515 Is . EqualTo ( MtpTestApplicationExitCodes . ZeroTests ) ,
516- "Application must be exit without any errors."
516+ "Application must exit without any errors."
517517 ) ;
518518 Assert . That (
519519 trxFile . FullName ,
0 commit comments