From 94ec41829946a131577218eea10b39b53875132e Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Thu, 28 Mar 2024 22:16:23 -0500 Subject: [PATCH] assert downgrade --- .github/workflows/common_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index ee3b515..8b621f4 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -13,7 +13,7 @@ jobs: shell: pwsh run: | Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 4.10.1 - Install-Module Assert -Force -Scope CurrentUser + Install-Module Assert -Force -Scope CurrentUser -RequiredVersion 0.9.1 - name: Run tests shell: pwsh