We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a375165 commit 2149fefCopy full SHA for 2149fef
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/kylesliu/awesome-golang-algorithm
+module awesome-golang-algorithm
2
3
go 1.15
4
lcof/of000/Solution_test.go
@@ -43,7 +43,7 @@ func TestSolution(t *testing.T) {
43
for _, c := range cases {
44
t.Run(c.name, func(t *testing.T) {
45
actual := f(c.inputs)
46
- ast.Equal(c, actual,
+ ast.Equal(c.expect, actual,
47
"func: %v case: %v ",
48
runtime.FuncForPC(reflect.ValueOf(f).Pointer()).Name(), c.name)
49
})
0 commit comments