Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
LLLLinda committed Feb 28, 2021
1 parent a203a59 commit 1b39c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/__tests__/cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe("with previous session", () => {

beforeAll(async () => {
session = await loginTry(session);
});
}, CUSTOM_TIMEOUT);

test.each(toTest)('Should invoke %s using previous session', async (fn) => {
const { stdout, stderr } = await exec(`node bin/firstrade ${fn} --cookies=${session}`);
Expand Down
2 changes: 1 addition & 1 deletion lib/__tests__/firstrade.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe("with previous session", () => {

beforeAll(async () => {
session = await loginTry(session);
});
}, CUSTOM_TIMEOUT);

test.each(toTest)('Should invoke %s using previous session', async (fn) => {
const res = await firstrade[fn](session);
Expand Down

0 comments on commit 1b39c80

Please sign in to comment.