Skip to content

Commit 01f29a5

Browse files
committed
Fix tests
1 parent 013cb8f commit 01f29a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CliFx.Tests/TypeActivationSpecs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public ValueTask ExecuteAsync(IConsole console)
210210
var application = new CliApplicationBuilder()
211211
.AddCommand(commandType)
212212
.UseConsole(FakeConsole)
213-
.UseTypeActivator(_ => null!)
213+
.UseTypeActivator((Type _) => null!)
214214
.Build();
215215

216216
// Act

0 commit comments

Comments
 (0)