Skip to content

Commit 2b62ebd

Browse files
author
Shuo
authored
Merge pull request #525 from openset/develop
Update: MinStack
2 parents 97cd180 + 4d35ae2 commit 2b62ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/min-stack/min_stack_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type caseType struct {
1010
expected []int
1111
}
1212

13-
func TestConstructor(t *testing.T) {
13+
func TestMinStack(t *testing.T) {
1414
tests := [...]caseType{
1515
{
1616
input: []int{-2, 0, -3},

0 commit comments

Comments
 (0)