Skip to content

Commit 8100866

Browse files
committed
Update hard coded path
Signed-off-by: worksofliam <[email protected]>
1 parent a124305 commit 8100866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/test/cs_srvpgm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ describe(`pseudo tests`, () => {
9797
test('there are actions', async () => {
9898
expect(actions.getActionPaths.length).toBe(2);
9999
expect(actions.getActionPaths).toContain(`actions.json`);
100-
expect(actions.getActionPaths).toContain(`qddssrc/actions.json`);
100+
expect(actions.getActionPaths).toContain(path.join(`qddssrc`, `actions.json`));
101101
});
102102

103103
test('correct actions get detected', async () => {

0 commit comments

Comments
 (0)