mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
Fix the test.
This commit is contained in:
parent
41f9c16130
commit
05e6d1eea6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ describe('UsersStore', () => {
|
|||
usersStore.addUser(new User(newUserLogin, '', ''))
|
||||
|
||||
const users = usersStore.getUsers()
|
||||
expect(users[0].getLogin()).to.equal('newUserLogin')
|
||||
expect(users[0].getLogin()).to.equal(newUserLogin)
|
||||
})
|
||||
|
||||
it('notifies when a user is added', () => {
|
||||
|
|
Loading…
Reference in a new issue