Skip to content

Commit 486095a

Browse files
committed
Cleanup
Signed-off-by: Seb Julliand <[email protected]>
1 parent 79f397a commit 486095a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/api/tests/suites/asp.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ async function createTempRpgle(connection: IBMi) {
4141

4242
const baseContent = `**FREE\ndsply 'hello world';`;
4343

44-
const uploadResult = await content?.uploadMemberContent(LIBNAME, SPFNAME, MBRNAME, baseContent);
45-
46-
return uploadResult;
44+
return await content?.uploadMemberContent(LIBNAME, SPFNAME, MBRNAME, baseContent);
4745
}
4846

4947
describe(`iASP tests`, { concurrent: true }, () => {

0 commit comments

Comments
 (0)