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