Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 96719c5

Browse files
author
Dominic Scheirlinck
committed
test: fix expectation in pipeline test
1 parent b61e9a4 commit 96719c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cmd/pipeline.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('monofo pipeline', () => {
4646
.then((p) => {
4747
expect(p).toBeDefined();
4848
expect(p.steps.map((s) => s.command)).toStrictEqual([
49-
'yarn global add -s monofo@latest && DEBUG="monofo:*" $$(yarn global bin)/monofo artifact --build-id=f62a1b4d-10f9-4790-bc1c-e2c3a0c80983 bar1 bar2 qux1',
49+
'yarn global add -s monofo@latest && DEBUG="monofo:*" $$(yarn global bin)/monofo artifact --build=f62a1b4d-10f9-4790-bc1c-e2c3a0c80983 bar1 bar2 qux1',
5050
'echo "foo1" > foo1',
5151
"echo 'bar was replaced'",
5252
'echo "baz1"',

0 commit comments

Comments
 (0)