fix: tests

This commit is contained in:
Deven Joshi
2021-08-16 14:48:36 +05:30
parent 33262200a3
commit fd13d1089f
2 changed files with 1 additions and 1 deletions
@@ -4,6 +4,7 @@
"id": "dev",
"type": "team",
"frozen": true,
"cooldown": 0,
"name": "#dev",
"image": "https://cdn.chrisshort.net/testing-certificate-chains-in-go/GOPHER_MIC_DROP.png",
"example": 1
@@ -29,7 +29,6 @@ void main() {
DateTime.parse('2019-04-03T18:43:33.213374Z'));
expect(channelState.channel?.createdBy, isA<User>());
expect(channelState.channel?.frozen, true);
expect(channelState.channel?.cooldown, 0);
expect(channelState.channel?.extraData['example'], 1);
expect(channelState.channel?.extraData['name'], '#dev');
expect(