Skip to content

Commit 88febc7

Browse files
fix tests
1 parent 7b9a0dd commit 88febc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/tests/utils.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ describe("util", () => {
125125
await executeStackql(core);
126126

127127
expect(childProcess.exec).toHaveBeenCalledWith(
128-
"stackql exec test --auth=test-auth --output=json"
128+
"stackql exec -i test-query.json --auth=test-auth --output=json"
129129
);
130130
});
131131

@@ -136,7 +136,7 @@ describe("util", () => {
136136
await executeStackql(core);
137137

138138
expect(childProcess.exec).toHaveBeenCalledWith(
139-
"stackql exec -i test-query.json --auth=test-auth --output=json"
139+
"stackql exec test --auth=test-auth --output=json"
140140
);
141141
});
142142
});

0 commit comments

Comments
 (0)