Skip to content

Commit c04db62

Browse files
committed
chore: eslint fix
Signed-off-by: nikolay <[email protected]>
1 parent e534446 commit c04db62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/relay/tests/lib/services/lockService/LocalLockStrategy.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('LocalLockStrategy', function () {
8888
(LocalLockStrategy as any).LOCAL_LOCK_MAX_LOCK_TIME = 200; // 200ms
8989

9090
const releaseSpy = sinon.spy<any, any>(lockStrategy as any, 'doRelease');
91-
const sessionKey = await lockStrategy.acquireLock(address);
91+
await lockStrategy.acquireLock(address);
9292

9393
// Wait beyond auto-release timeout
9494
await new Promise((res) => setTimeout(res, 300));

0 commit comments

Comments
 (0)