better channel api tests

This commit is contained in:
Salvatore Giordano
2021-06-26 13:25:06 +02:00
parent 56bce0957c
commit 9cc6ef124c
3 changed files with 192 additions and 54 deletions
@@ -76,7 +76,7 @@ class ChannelApi {
// pagination
...paginationParams.toJson()
})
}),
},
);
return QueryChannelsResponse.fromJson(response.data);