Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
  • Loading branch information
leninmehedy committed Jan 24, 2024
1 parent a911703 commit 1c8ee25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('DependencyManager', () => {
await expect(depManager.checkDependency('INVALID_PROGRAM')).rejects.toThrowError(new FullstackTestingError('INVALID_PROGRAM is not found'))
})
it('should succeed during kubectl dependency check', async () => {
await expect(depManager.checkDependency(constants.KUBECTL)).resolves.toBe(true)
await expect(depManager.checkDependency(constants.HELM)).resolves.toBe(true)
})
})
})

0 comments on commit 1c8ee25

Please sign in to comment.