hopefully fix coverage

This commit is contained in:
Sorunome 2020-06-05 15:34:13 +02:00
parent 680e11ed61
commit 22a5793e07
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ void main() {
event.status = -1;
final resp2 = await event.sendAgain(txid: '1234');
expect(resp1, null);
expect(resp2, '\$event0');
expect(resp2.startsWith('\$event'), true);
await matrix.dispose(closeDatabase: true);
});