Skip to content

Commit

Permalink
test: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed Feb 9, 2023
1 parent 1c8a0fa commit 711a629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/api-net-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ describe('net module', () => {
expect(secureCookies).to.have.lengthOf(1);

const cookies = await sess.cookies.get({
secure: false
session: false
});
expect(cookies).to.have.lengthOf(1);
});
Expand Down

0 comments on commit 711a629

Please sign in to comment.