Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 60f092f

Browse files
committed
Fix up test with new shareLogs behavior.
1 parent 3872863 commit 60f092f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/action/log.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ describe('Action Logs Unit Tests', () => {
149149
});
150150

151151
describe('shareLogs()', () => {
152-
it('should throw without a Share or FS constructor argument', async () => {
153-
await expect(log.shareLogs(), 'to be rejected');
152+
it('should resolve false-y without Share or FS constructor arguments', async () => {
153+
expect(await log.shareLogs(), 'not to be ok');
154154
});
155155

156156
it('should share the logs with a Share and FS constructor argument', async () => {

0 commit comments

Comments
 (0)