Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit a3db438

Browse files
committed
more typing fixes for tests
1 parent 99af6d0 commit a3db438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sensemaker_dna/applet_config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
type AppEntryDef = import('@holochain/client').AppEntryDef;
22
type EntryHash = import('@holochain/client').EntryHash;
33

4-
import { AppletConfig, AppletConfigInput, ConfigCulturalContext, ConfigMethod, ConfigResourceDef, ConfigThreshold, CreateAppletConfigInput, CulturalContext, RawDimension as Dimension, Method, Range, Threshold } from "@neighbourhoods/client"
4+
import { AppletConfig, AppletConfigInput, ConfigCulturalContext, ConfigMethod, ConfigResourceDef, ConfigThreshold, CreateAppletConfigInput, RawCulturalContext as CulturalContext, RawDimension as Dimension, RawMethod as Method, Range, RawThreshold as Threshold } from "@neighbourhoods/client"
55

66
import { cleanAllConductors, pause, runScenario } from "@holochain/tryorama";
77
//@ts-ignore

0 commit comments

Comments
 (0)