Skip to content

Commit 7ada7eb

Browse files
committed
Fix test
1 parent 35e674d commit 7ada7eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imagex/colorx/colorx_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func ExampleParseHexColor() {
2828
// #000233 = { 0 2 51 255}, <nil>
2929
// #023 = { 0 34 51 255}, <nil>
3030
// #bAC = {187 170 204 255}, <nil>
31-
// invalid = { 0 0 0 255}, invalid format
31+
// invalid = { 0 0 0 0}, invalid format
3232
// #abcd = { 0 0 0 255}, invalid format
3333
// #-12 = { 0 17 34 255}, invalid format
3434
}

0 commit comments

Comments
 (0)