From 66f45491cb4a6ee5415a1f9590f6178f3a08003b Mon Sep 17 00:00:00 2001
From: Johan Ljunggren <johan.ljunggren@shamn.se>
Date: Mon, 29 Jul 2024 14:15:32 +0200
Subject: [PATCH] Fix integ test

---
 tests/Integration/Syntax/v5/ShouldBeGreaterOrEqual.v5.tests.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Integration/Syntax/v5/ShouldBeGreaterOrEqual.v5.tests.ps1 b/tests/Integration/Syntax/v5/ShouldBeGreaterOrEqual.v5.tests.ps1
index 7e3e93b..a3c95ef 100644
--- a/tests/Integration/Syntax/v5/ShouldBeGreaterOrEqual.v5.tests.ps1
+++ b/tests/Integration/Syntax/v5/ShouldBeGreaterOrEqual.v5.tests.ps1
@@ -92,7 +92,7 @@ Describe 'Should -BeGreaterOrEqual' {
         }
 
         It 'Should convert `Should -Not:$true -BeGreaterOrEqual 2` correctly' {
-            1 | Should -Not:$true -BeGreaterOrEqual 2
+            2 | Should -Not:$true -BeGreaterOrEqual 2
         }
 
         It 'Should convert `Should -Not -ActualValue 3 -BeGreaterOrEqual 2` correctly' {