Skip to content

Commit

Permalink
pixel: remove monochrome image from random noise test
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Oct 28, 2024
1 parent 6301627 commit 717efcf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pixel/image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ func TestImageNoise(t *testing.T) {
t.Run("RGB444BE", func(t *testing.T) {
testImageNoise[pixel.RGB444BE](t)
})
t.Run("Monochrome", func(t *testing.T) {
testImageNoise[pixel.Monochrome](t)
})
}

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

0 comments on commit 717efcf

Please sign in to comment.