Skip to content

Commit

Permalink
chore: fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Feb 15, 2021
1 parent 1859141 commit f68b45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/new.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Create New Budget', () => {
cy.readBudget('/my_new.budget')
.should('include', {
name: 'My New Budget',
version: '0.0.3',
version: '0.0.4',
})
.and('deep.nested.include', {
'settings.accounts': [accounts[0].uuid],
Expand Down

0 comments on commit f68b45a

Please sign in to comment.