Skip to content

Commit

Permalink
Fail unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tidy-dev committed Oct 31, 2023
1 parent d58c8e3 commit f325aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/unit/accounts-store-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('AccountsStore', () => {

describe('adding a new user', () => {
it('contains the added user', async () => {
const newAccountLogin = 'joan'
const newAccountLogin = 'joan-WRONG'
await accountsStore.addAccount(
new Account(newAccountLogin, '', 'deadbeef', [], '', 1, '', 'free')
)
Expand Down

0 comments on commit f325aa7

Please sign in to comment.