Compare commits
1 Commits
da572704d0
...
9ac249199b
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ac249199b |
@ -427,7 +427,7 @@ func TestServerImpl_GetCategories(t *testing.T) {
|
|||||||
Dal: m,
|
Dal: m,
|
||||||
}
|
}
|
||||||
for _, expect := range tt.fields {
|
for _, expect := range tt.fields {
|
||||||
golang.Call(expect.fn, expect.args).Return(expect.returns, expect.err)
|
golang.Call(expect.fn, expect.args...).Return(expect.returns, expect.err)
|
||||||
}
|
}
|
||||||
|
|
||||||
rec := httptest.NewRecorder()
|
rec := httptest.NewRecorder()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user