Skip to content

Commit

Permalink
Pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-marky committed Sep 7, 2023
1 parent d8a6f6e commit 6b8cdf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/command-functions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ describe('Process creation and deletion, listing', () => {
const processName = '0'
const currentVersion = await getVersionHelper(processName)
const bumpedVersion = currentVersion + 1
const newProcess = await createProcess(processName, bumpedVersion, simple, false, polkadotOptions)
const newProcess = await createProcess(processName, bumpedVersion, simple, false, polkadotOptions, true)
expect(newProcess.process).to.deep.equal({
id: processName,
version: bumpedVersion,
status: 'Enabled',
program: simple,
program: simple,
})

const disabledProcess = await disableProcess(processName, bumpedVersion, false, polkadotOptions)
Expand Down

0 comments on commit 6b8cdf7

Please sign in to comment.