AboutArrays Bug\Issue #358
Labels
Category-Koans
Invoking the Great Doubt
Issue-Bug 🐛
Something's wrong!
Up For Grabs / Hacktoberfest 💻
If it's Up For Grabs, take it and run with it! If not, ask if it's in progress / you can take it.
Describe "Koan Bug, Issue"
..\Foundations\AboutArrays.Koans.ps1
Context "The Problematic Assertions"
It 'allows you to check if something is contained within it'
Context "Your Attempts"
Here is my current block of code as it stand without modifications, but filled in.
I am not 100% sure this is a bug but this block is referring to two variables that are instantiated in the It block above
'is usually of type Object[]'
. Therefore these variables are null in this block.If you are to add the following code to the It 'allows you to check if something is contained within it' then the assertions will pass
`$Numbers = 1, 2, 3, 4
$Strings = 'first', 'second', 'third'`
Finally this passes:
Context "Additional Information"
Pester - 4.9.0
PSVersion - 5.1.18362.628
The text was updated successfully, but these errors were encountered: