mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-21 15:09:00 +00:00
pixel: remove monochrome image from random noise test
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -194,9 +194,6 @@ func TestImageNoise(t *testing.T) {
|
|||||||
t.Run("RGB444BE", func(t *testing.T) {
|
t.Run("RGB444BE", func(t *testing.T) {
|
||||||
testImageNoise[pixel.RGB444BE](t)
|
testImageNoise[pixel.RGB444BE](t)
|
||||||
})
|
})
|
||||||
t.Run("Monochrome", func(t *testing.T) {
|
|
||||||
testImageNoise[pixel.Monochrome](t)
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func testImageNoise[T pixel.Color](t *testing.T) {
|
func testImageNoise[T pixel.Color](t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user