fix test after removing user field
This commit is contained in:
parent
faabc55d28
commit
4026f480fb
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue