Skip to content

Commit 03287fb

Browse files
committed
Fix build
1 parent 7126ed7 commit 03287fb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Tests/CollectionRuleActions.UnitTests/ActionListExecutorTests.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,7 @@ await TestHostHelper.CreateCollectionRulesHost(_outputHelper, rootOptions =>
165165
Assert.Equal(string.Format(Strings.ErrorMessage_NonzeroExitCode, "1"), actionExecutionException.Message);
166166

167167
VerifyStartCallbackCount(waitForCompletion, callbackCount);
168-
}, serviceCollection =>
169-
{
170-
AddValidation(serviceCollection);
171-
});
168+
}, AddValidation);
172169
}
173170

174171

0 commit comments

Comments
 (0)