Skip to content

Commit e203d5d

Browse files
committed
fix(solutions): minimum_path_sum
1 parent adf07b4 commit e203d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/minimum_path_sum/minimumpathsum_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func Test_minPathSum(t *testing.T) {
3434
}))
3535
}
3636

37-
func Benchmark_permute(b *testing.B) {
37+
func Benchmark_minPathSum(b *testing.B) {
3838
b.StopTimer()
3939
b.ReportAllocs()
4040
b.StartTimer()

0 commit comments

Comments
 (0)