Closed DEberhardt closed 3 years ago
same in AboutWhereObject.Kaons.ps1
It 'also missing 3d vision ;)' {
It 'can filter on object propertes'
}
🤔 not sure how/why you'd be getting those exceptions? Get-ChildItem -Recurse -Depth 2
doesn't emit exceptions for me, even if there aren't two levels for it to go into?
Looks like you may have some odd files in your user folder that are locked, which is pretty unusual...
Probably the ideal here would be to setup an ephemeral collection of temp files for the koan to work with.
$Home
is targeting my user folder, maybe it is a local issue...
I went and removed this directory... must be an old relic from somewhere.
The error is now gone. I also tested with $PSHOME
which did work as well...
Close?
Aye, I'll close it for now. Eventually we need to sort out #183 and this should go away as a possible issue then as well. 🙂
Describe "Koan Bug, Issue, or Help Request"
AboutMeasureObject.Koans.ps1
Context "The Problematic Assertions"
Line 20 ($Files = ...) fails for me with:
Context "Your Attempts"
removed recursion to avoid unauthorizedAccessEception:
$Files = Get-ChildItem -Path $HOME #-Recurse -Depth 2
Context "Additional Information"
None