From ee93d545cccc2cf8218ec84a5778df0cb3359fdf Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 17 Oct 2022 12:52:08 +0200 Subject: [PATCH] chore: fix exception test after api_lite update --- test/matrix_exception_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/matrix_exception_test.dart b/test/matrix_exception_test.dart index f9769edd..76a79f74 100644 --- a/test/matrix_exception_test.dart +++ b/test/matrix_exception_test.dart @@ -60,7 +60,7 @@ void main() { final matrixException = MatrixException( Response( '{"error":"HAHA"}', - 401, + 420, ), ); expect(matrixException.error, MatrixError.M_UNKNOWN);