Remove System.Array type data#3231
Remove System.Array type data#3231daxian-dbw merged 6 commits intoPowerShell:masterfrom PetSerAl:remove-system.array-type-data
Conversation
|
@PetSerAl, |
|
#3230 is opened to track other |
| Context "Get-TypeData" { | ||
| It "System.Array" { | ||
| (Get-TypeData System.Array).TypeName | Should Be System.Array | ||
| Get-TypeData System.Array | Should Be $null |
There was a problem hiding this comment.
Why do we need this test? Maybe remove?
There was a problem hiding this comment.
I just add it by analogy to other existing test. If you think, that it is not necessary here, then I can remove that last commit.
There was a problem hiding this comment.
I removed this test using on-page edit.
There was a problem hiding this comment.
@daxian-dbw You could just remove one last commit.
There was a problem hiding this comment.
@PetSerAl Yes. I made this change with the online editor. But I'm going to squash and merge, so it should be fine.
|
@PetSerAl Thanks for the contribution! |
Closes #3222