Skip to content

Commit 5d1d4cf

Browse files
committed
AAAAAAAAAH
1 parent 08e760e commit 5d1d4cf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/integration/install.integration.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,10 @@ describe('install/uninstall integration tests', () => {
265265
console.log(`stdout is ${stdout}`)
266266
expect(stdout).to.contain('@heroku-cli/plugin-ps-exec')
267267
expect(result?.some((r) => r.name === '@heroku-cli/plugin-ps-exec')).to.be.true
268-
} catch (e) {
269-
const err: Error = e as Error;
268+
} catch (error) {
269+
const err: Error = error as Error;
270270
console.log(`ERR: ${err.name}; ${err.message}, ${err.stack}`)
271+
expect(true).to.equal(false, 'ERROR SHOULD NOT HAVE HAPPENED')
271272
}
272273
})
273274
})

0 commit comments

Comments
 (0)