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);