Skip to content

Commit 0fa1983

Browse files
Merge pull request #1028 from dataplat/fix-invoke
Fix typo so we know which is v5 thankyou
2 parents d7f9462 + 27d56d4 commit 0fa1983

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
- fixed typo in Invoke-PerfAndValidateCheck so we know which version we're looking at
9+
810
## [3.0.2] - 2025-03-10
911

1012
### Added

containers/JessAndBeard.psm1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,7 +2414,7 @@ Uh-Oh - The total tests run between v4 and v5 are not the same somehow.
24142414
For v4 We ran
24152415
{0} tests
24162416
and
2417-
for v4 we ran
2417+
for v5 we ran
24182418
{1} tests
24192419
The MOST COMMON REASON IS you have used Tags instead of Tag in your Describe block {2}
24202420
" -f $v4code.TotalCount, $v5run, $messageAppend
@@ -2434,7 +2434,7 @@ Uh-Oh - The total tests Passed between v4 and v5 are not the same somehow.
24342434
For v4 We Passed
24352435
{0} tests
24362436
and
2437-
for v4 we Passed
2437+
for v5 we Passed
24382438
{1} tests
24392439
{2}
24402440
@@ -2461,7 +2461,7 @@ Uh-Oh - The total tests Failed between v4 and v5 are not the same somehow.
24612461
For v4 We Failed
24622462
{0} tests
24632463
and
2464-
for v4 we Failed
2464+
for v5 we Failed
24652465
{1} tests
24662466
24672467
" -f $v4code.FailedCount, $v5Failed, $messageAppend

0 commit comments

Comments
 (0)