fix test after removing user field

This commit is contained in:
Marcus Hoffmann 2021-07-01 18:16:47 +02:00
parent faabc55d28
commit 4026f480fb
1 changed files with 0 additions and 1 deletions

View File

@ -1898,7 +1898,6 @@ void main() {
'identifier': {'type': 'm.id.user', 'user': 'a'}, 'identifier': {'type': 'm.id.user', 'user': 'a'},
'password': 'a', 'password': 'a',
'session': '1', 'session': '1',
'user': 'a',
}; };
expect(AuthenticationPassword.fromJson(json).toJson(), json); expect(AuthenticationPassword.fromJson(json).toJson(), json);
expect( expect(