20201201: fix bug

This commit is contained in:
VicRen
2020-12-01 09:17:52 +08:00
parent ea0f41aa12
commit c93930c737
2 changed files with 12 additions and 4 deletions
+5
View File
@@ -75,6 +75,11 @@ func Test_isAlmostEcho(t *testing.T) {
args{"abcbba"},
true,
},
{
"test6",
args{"abcdcbba"},
true,
},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {