Update src/Test/L0/Worker/ContainerOperationProviderL0.cs
Co-authored-by: Tingluo Huang <[email protected]>
This commit is contained in:
co-authored by
Tingluo Huang
parent
75c40e3cac
commit
b1dd7975bc
@@ -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