mirror of
https://github.com/actions/runner.git
synced 2025-12-12 05:37:01 +00:00
Update src/Test/L0/Worker/ContainerOperationProviderL0.cs
Co-authored-by: Tingluo Huang <tingluohuang@github.com>
This commit is contained in:
@@ -69,7 +69,7 @@ namespace GitHub.Runner.Common.Tests.Worker
|
|||||||
private void Setup([CallerMemberName] string testName = "")
|
private void Setup([CallerMemberName] string testName = "")
|
||||||
{
|
{
|
||||||
containers.Add(new ContainerInfo() { ContainerImage = "ubuntu:16.04" });
|
containers.Add(new ContainerInfo() { ContainerImage = "ubuntu:16.04" });
|
||||||
_hc = new TestHostContext(this, "name");
|
_hc = new TestHostContext(this, testName);
|
||||||
_ec = new Mock<IExecutionContext>();
|
_ec = new Mock<IExecutionContext>();
|
||||||
serverQueue = new Mock<IJobServerQueue>();
|
serverQueue = new Mock<IJobServerQueue>();
|
||||||
pagingLogger = new Mock<IPagingLogger>();
|
pagingLogger = new Mock<IPagingLogger>();
|
||||||
|
|||||||
Reference in New Issue
Block a user