Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Oli Evans <[email protected]>
  • Loading branch information
olizilla committed Jan 17, 2024
1 parent b0144cc commit afb7cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/bin.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ export const testW3Up = {
assert.match(up.error, /Stored 1 file/)
}),

'only w3 up --wrap false': test(async (assert, context) => {
'w3 up --wrap false': test(async (assert, context) => {
const email = '[email protected]'
await login(context, { email })
await selectPlan(context, { email })
Expand All @@ -673,7 +673,7 @@ export const testW3Up = {
assert.ok(create.status.success())

const up = await w3
.args(['up', 'test/fixtures/pinpie.jpg', '--no-wrap'])
.args(['up', 'test/fixtures/pinpie.jpg', '--wrap', 'false'])
.env(context.env.alice)
.join()

Expand Down

0 comments on commit afb7cf0

Please sign in to comment.