Hi guys,
I’m wondering if you can help me out, I feel like I’m missing something simple.
In Pester I want to test that an integer is of a certain value or higher, a pseudo example would be:
2 | Should be -gt 1
Is this possible in Pester? I read somewhere that you can use “Should Be Greater Than” but the test fails because it thinks I’m trying to match against the string of “greater”.
Any help is appreciated.
Kind regards,
Callum