Skip to content

Commit 644c3a0

Browse files
authored
minor var replacement that was erroneously added (#1480)
1 parent 8e9d25d commit 644c3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connect/src/connector/smoldot-light.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class SdQueueFullError extends Error {
3838
}
3939
}
4040

41-
var mockSmoldotLightFactory = () => {
41+
const mockSmoldotLightFactory = () => {
4242
const start = (options: ClientOptions) => {
4343
const addChain = (
4444
addChainOptions: AddChainOptions,

0 commit comments

Comments
 (0)