From 4026f480fb8836551e3fdd43f8d11b4d35ff5590 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Thu, 1 Jul 2021 18:16:47 +0200 Subject: [PATCH] fix test after removing user field --- test/matrix_api_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/test/matrix_api_test.dart b/test/matrix_api_test.dart index aa88acd1..1ca519da 100644 --- a/test/matrix_api_test.dart +++ b/test/matrix_api_test.dart @@ -1898,7 +1898,6 @@ void main() { 'identifier': {'type': 'm.id.user', 'user': 'a'}, 'password': 'a', 'session': '1', - 'user': 'a', }; expect(AuthenticationPassword.fromJson(json).toJson(), json); expect(