Skip to content

Commit 6c3b55f

Browse files
author
Shuo
committed
A: Destination City
1 parent 7a8906b commit 6c3b55f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

problems/destination-city/destination_city_test.go

+7
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ func TestDestCity(t *testing.T) {
3131
},
3232
want: "Z",
3333
},
34+
{
35+
in: [][]string{
36+
{"A", "B"},
37+
{"B", "A"},
38+
},
39+
want: "",
40+
},
3441
}
3542
for _, tt := range tests {
3643
got := destCity(tt.in)

0 commit comments

Comments
 (0)