fixed the issue
1 files changed, 1 insertions(+), 1 deletions(-) M convert/convert_test.go
M convert/convert_test.go => convert/convert_test.go +1 -1
@@ 55,7 55,7 @@ func TestImage2ASCIIMatrix(t *testing.T) { for _, tt := range imageTests { t.Run(tt.imageFilename, func(t *testing.T) { - convertOptions := defaultOptions + convertOptions := DefaultOptions convertOptions.FitScreen = false convertOptions.Colored = false