fixing test

This commit is contained in:
Roland Osborne 2022-07-04 00:18:59 -07:00
parent c5a802c471
commit 4bc790c05a

View File

@ -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));
}