Skip to content

Commit e7101d2

Browse files
author
Supravi-Sairaj-Prabhudessai
committed
rmeoved un wanted extra param
1 parent c2db5c2 commit e7101d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export const ActionSuite: TestSuite = {
143143
],
144144
};
145145
const uri = getMemberUri({ library: tempLib, file: 'QRPGLESRC', name: 'HELLO', extension: 'RPGLE' })
146-
await testHelloWorldProgram(uri, action, tempLib, 'HELLO');
146+
await testHelloWorldProgram(uri, action, tempLib);
147147
}
148148
},
149149

0 commit comments

Comments
 (0)