File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/System.CommandLine.Rendering.Tests Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) .NET Foundation and contributors. All rights reserved.
22// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33
4- using System . CommandLine . NamingConventionBinder ;
54using System . CommandLine . Parsing ;
65using System . CommandLine . Rendering . Views ;
76using System . CommandLine . Tests . Utility ;
87using System . Drawing ;
98using FluentAssertions ;
10- using Microsoft . Extensions . DependencyInjection ;
119using Xunit ;
1210
1311namespace System . CommandLine . Rendering . Tests
@@ -26,6 +24,7 @@ public void Views_can_be_used_for_specific_types()
2624 {
2725 parseResult = ctx . ParseResult ;
2826 ctx . Console . Append ( new ParseResultView ( parseResult ) ) ;
27+ return 0 ;
2928 } ) ;
3029
3130 var config = new CommandLineBuilder ( command ) . Build ( ) ;
You can’t perform that action at this time.
0 commit comments