diff --git a/tests/Autopilot.Common.Tests.ps1 b/tests/Autopilot.Common.Tests.ps1 index f0fc325..09bee81 100644 --- a/tests/Autopilot.Common.Tests.ps1 +++ b/tests/Autopilot.Common.Tests.ps1 @@ -1,4 +1,4 @@ -#requires -Modules Pester +#requires -Modules Pester # Unit tests for the pure/deterministic helper functions in # scripts/lib/Autopilot.Common.psm1. These functions build gh payloads, diff --git a/tests/Autopilot.Operator.Tests.ps1 b/tests/Autopilot.Operator.Tests.ps1 index e21e1f8..b2c8738 100644 --- a/tests/Autopilot.Operator.Tests.ps1 +++ b/tests/Autopilot.Operator.Tests.ps1 @@ -1,4 +1,4 @@ -#requires -Modules Pester +#requires -Modules Pester # Unit tests for the safety/parse logic inside scripts/autopilot-operator.ps1. #