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