mirror of
https://github.com/actions/runner.git
synced 2025-12-11 12:57:05 +00:00
Update src/Test/L0/Worker/ContainerOperationProviderL0.cs
Co-authored-by: Tingluo Huang <tingluohuang@github.com>
This commit is contained in:
@@ -45,7 +45,8 @@ namespace GitHub.Runner.Common.Tests.Worker
|
|||||||
catch (InvalidOperationException) {
|
catch (InvalidOperationException) {
|
||||||
|
|
||||||
//Assert
|
//Assert
|
||||||
Assert.Equal(TaskResult.Failed, _ec.Object.Result ?? TaskResult.Failed);
|
//Assert
|
||||||
|
Assert.Equal(TaskResult.Failed, _ec.Object.Result ?? TaskResult.Failed);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user