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(
|
final matrixException = MatrixException(
|
||||||
Response(
|
Response(
|
||||||
'{"error":"HAHA"}',
|
'{"error":"HAHA"}',
|
||||||
401,
|
420,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
expect(matrixException.error, MatrixError.M_UNKNOWN);
|
expect(matrixException.error, MatrixError.M_UNKNOWN);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue