Compare commits
1 Commits
9ac249199b
...
da572704d0
| Author | SHA1 | Date | |
|---|---|---|---|
| da572704d0 |
@ -427,7 +427,7 @@ func TestServerImpl_GetCategories(t *testing.T) {
|
||||
Dal: m,
|
||||
}
|
||||
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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user