mirror of
https://github.com/cubixle/codekata-golang.git
synced 2026-04-30 22:18:44 +01:00
20201201: fix bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user