Skip to content

Commit fbda8d6

Browse files
committed
fix typo so we know which is v5
1 parent d7f9462 commit fbda8d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)