Skip to content

Commit 056d209

Browse files
author
openset
committed
Update: test case
1 parent 997d6ba commit 056d209

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

problems/2-keys-keyboard/2_keys_keyboard_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ type caseType struct {
99

1010
func TestMinSteps(t *testing.T) {
1111
tests := [...]caseType{
12+
{
13+
input: 1,
14+
expected: 0,
15+
},
1216
{
1317
input: 3,
1418
expected: 3,

0 commit comments

Comments
 (0)