Skip to content

Commit 2165f40

Browse files
committed
fix linter error
Signed-off-by: Brian DeHamer <[email protected]>
1 parent 39435da commit 2165f40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sign/src/__tests__/witness/tlog/client.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ describe('TLogV2Client', () => {
395395
const entry = await subject.createEntry(createEntryRequest);
396396

397397
expect(entry.logIndex).toEqual(rekorEntry.logIndex);
398+
expect(scope.isDone()).toBe(true);
398399
});
399400
});
400401
});

0 commit comments

Comments
 (0)