Skip to content

Commit 8e5ccb0

Browse files
committed
Move import to top
1 parent 721c2e1 commit 8e5ccb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/unit/middleware/withAuthorizedSpace.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import { createTestCID } from './util/createTestCID.js'
2020

2121
/**
2222
* @import { MultihashDigest } from 'multiformats'
23+
* @import * as Ucanto from '@ucanto/interface'
2324
* @import { Locator } from '@web3-storage/blob-fetcher'
2425
* @import {
2526
* Handler,
@@ -79,8 +80,6 @@ const createLocator = (expectedDigest, locateResponse) => ({
7980
}
8081
})
8182

82-
/** @import * as Ucanto from '@ucanto/interface' */
83-
8483
const gatewayIdentity = (await ed25519.Signer.generate()).withDID(
8584
'did:web:test.w3s.link'
8685
)

0 commit comments

Comments
 (0)