Skip to content

Commit 0186d09

Browse files
committed
pixel: remove monochrome image from random noise test
Signed-off-by: deadprogram <[email protected]>
1 parent 2f3b5ca commit 0186d09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pixel/image_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ func TestImageNoise(t *testing.T) {
194194
t.Run("RGB444BE", func(t *testing.T) {
195195
testImageNoise[pixel.RGB444BE](t)
196196
})
197-
t.Run("Monochrome", func(t *testing.T) {
198-
testImageNoise[pixel.Monochrome](t)
199-
})
200197
}
201198

202199
func testImageNoise[T pixel.Color](t *testing.T) {

0 commit comments

Comments
 (0)