Skip to content

Commit

Permalink
test: update nut assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Aug 4, 2023
1 parent fa80ea3 commit 330c573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/functional/delta.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('sgd:source:delta NUTS', () => {
const packageLineCount = await getFileLineNumber(
'e2e/expected/package/package.xml'
)
expect(packageLineCount).to.equal(194)
expect(packageLineCount).to.equal(209)
expect(result).to.include('"error": null')
expect(result).to.include('"success": true')
})
Expand Down

0 comments on commit 330c573

Please sign in to comment.