From 83ef6f8d9395f0331a3a5ded7aad676836879441 Mon Sep 17 00:00:00 2001 From: qeesung <1245712564@qq.com> Date: Fri, 26 Oct 2018 00:55:48 +0800 Subject: [PATCH] fixed the issue --- convert/convert_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert/convert_test.go b/convert/convert_test.go index 5257d33..dbb620c 100644 --- a/convert/convert_test.go +++ b/convert/convert_test.go @@ -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 -- 2.45.2