diff --git a/src/Test/L0/Worker/ContainerOperationProviderL0.cs b/src/Test/L0/Worker/ContainerOperationProviderL0.cs index 2aaa4ade4..0a69cadac 100644 --- a/src/Test/L0/Worker/ContainerOperationProviderL0.cs +++ b/src/Test/L0/Worker/ContainerOperationProviderL0.cs @@ -66,6 +66,7 @@ namespace GitHub.Runner.Common.Tests.Worker Assert.Equal(TaskResult.Succeeded, _ec.Object.Result ?? TaskResult.Succeeded); } + private void Setup([CallerMemberName] string testName = "") { containers.Add(new ContainerInfo() { ContainerImage = "ubuntu:16.04" });