Skip to content

Commit bed557f

Browse files
committed
problem_012_test fixed
1 parent 656528a commit bed557f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ format: FORCE
1919
fix: FORCE
2020
[ -z '$(NO)' ] && $(FIND) | sort | xargs go fix $(FIX_OPTS); [ -z '$(NO)' ] || go fix $(FIX_OPTS) './problem$(NO)'
2121

22-
precommit: analyze format fix
22+
precommit: fix analyze format test

problem012/problem012_test.go

-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ func TestRun(t *testing.T) {
77
t.FailNow()
88
}
99
}
10-
11-
func TestRun2(t *testing.T) {
12-
t.Log(Run(20, []int{1, 3, 5}))
13-
}

0 commit comments

Comments
 (0)