Update src/Test/L0/Worker/ContainerOperationProviderL0.cs

Co-authored-by: Tingluo Huang <tingluohuang@github.com>
This commit is contained in:
JoannaaKL
2022-09-16 09:23:17 +02:00
committed by GitHub
parent 75c40e3cac
commit b1dd7975bc

View File

@@ -69,7 +69,7 @@ namespace GitHub.Runner.Common.Tests.Worker
private void Setup([CallerMemberName] string testName = "")
{
containers.Add(new ContainerInfo() { ContainerImage = "ubuntu:16.04" });
_hc = new TestHostContext(this, "name");
_hc = new TestHostContext(this, testName);
_ec = new Mock<IExecutionContext>();
serverQueue = new Mock<IJobServerQueue>();
pagingLogger = new Mock<IPagingLogger>();