From 11aa6e044b7a8cdf2907945bc135ef2b4920f830 Mon Sep 17 00:00:00 2001 From: potassium Date: Thu, 5 Sep 2024 13:50:59 +0300 Subject: [PATCH] now all tests work correctly --- concat_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concat_test.go b/concat_test.go index d551b43..9527050 100644 --- a/concat_test.go +++ b/concat_test.go @@ -8,7 +8,7 @@ import ( ) func BenchmarkConcat(b *testing.B) { - var instance image.Image + var instance image.Image = image.NewRGBA(image.Rect(0, 0, 0, 0)) pixel := SinglePixel{} for i := 0; i < b.N; i++ {