Skip to content

Commit

Permalink
chore: test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprasad-sap committed Jul 18, 2024
1 parent 14cd6a3 commit d58f4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/add.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('cds add cap-operator', () => {
await tempUtil.cleanUp()
})

it.only('Add cap-operator chart', async () => {
it('Add cap-operator chart', async () => {
execSync(`cds add cap-operator`, { cwd: bookshop })

expect(getFileHash(join(__dirname,'files/expectedChart/Chart.yaml'))).to.equal(getFileHash(join(bookshop, 'chart/Chart.yaml')))
Expand Down

0 comments on commit d58f4aa

Please sign in to comment.