mirror of
https://github.com/balzack/databag.git
synced 2025-04-22 01:25:17 +00:00
fixing test
This commit is contained in:
parent
c5a802c471
commit
4bc790c05a
@ -170,6 +170,6 @@ func TestStaggardLoad(t *testing.T) {
|
||||
topics = &[]Topic{}
|
||||
response = &TestApiResponse{ data: topics }
|
||||
assert.NoError(t, TestApiRequest(GetChannelTopics, params, response));
|
||||
assert.Equal(t, 0, len(*topics));
|
||||
assert.Equal(t, 1, len(*topics));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user