chore: fix exception test after api_lite update
This commit is contained in:
parent
f55bb4776a
commit
ee93d545cc
|
|
@ -60,7 +60,7 @@ void main() {
|
|||
final matrixException = MatrixException(
|
||||
Response(
|
||||
'{"error":"HAHA"}',
|
||||
401,
|
||||
420,
|
||||
),
|
||||
);
|
||||
expect(matrixException.error, MatrixError.M_UNKNOWN);
|
||||
|
|
|
|||
Loading…
Reference in New Issue