We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1edeff commit e87a52fCopy full SHA for e87a52f
Turtle.tests.ps1
@@ -16,6 +16,6 @@ describe Turtle {
16
17
it 'Can rasterize an image, with a little help from chromium' {
18
$png = New-Turtle | Move-Turtle SierpinskiTriangle 15 5 | Select-Object -ExpandProperty PNG
19
- $png.GetType() | Should -Be [byte[]]
+ $png[1..3] -as 'char[]' -as 'string[]' -join '' | Should -Be PNG
20
}
21
0 commit comments