Skip to content

Commit 4d1e6ac

Browse files
authored
fix the build (#2094)
1 parent e10eec6 commit 4d1e6ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/System.CommandLine.Rendering.Tests/ViewRenderingTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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;
54
using System.CommandLine.Parsing;
65
using System.CommandLine.Rendering.Views;
76
using System.CommandLine.Tests.Utility;
87
using System.Drawing;
98
using FluentAssertions;
10-
using Microsoft.Extensions.DependencyInjection;
119
using Xunit;
1210

1311
namespace 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();

0 commit comments

Comments
 (0)