chore: fix exception test after api_lite update

This commit is contained in:
Nicolas Werner 2022-10-17 12:52:08 +02:00
parent f55bb4776a
commit ee93d545cc
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ void main() {
final matrixException = MatrixException(
Response(
'{"error":"HAHA"}',
401,
420,
),
);
expect(matrixException.error, MatrixError.M_UNKNOWN);