summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/orgflow-content-store/src/commonTest/kotlin/jp/orgflow/contentstore/ContentStoreTest.kt (renamed from modules/orgflow-domain/src/commonTest/kotlin/kukuri/ContentStoreTest.kt)2
-rw-r--r--modules/orgflow-domain/src/commonTest/kotlin/kukuri/ActivityTreeTest.kt4
2 files changed, 5 insertions, 1 deletions
diff --git a/modules/orgflow-domain/src/commonTest/kotlin/kukuri/ContentStoreTest.kt b/modules/orgflow-content-store/src/commonTest/kotlin/jp/orgflow/contentstore/ContentStoreTest.kt
index 0fdef9a..d3e1fd3 100644
--- a/modules/orgflow-domain/src/commonTest/kotlin/kukuri/ContentStoreTest.kt
+++ b/modules/orgflow-content-store/src/commonTest/kotlin/jp/orgflow/contentstore/ContentStoreTest.kt
@@ -1,4 +1,4 @@
-package kukuri
+package jp.orgflow.contentstore
import kotlin.test.Test
import kotlin.test.assertEquals
diff --git a/modules/orgflow-domain/src/commonTest/kotlin/kukuri/ActivityTreeTest.kt b/modules/orgflow-domain/src/commonTest/kotlin/kukuri/ActivityTreeTest.kt
index 4bb035f..a94eddf 100644
--- a/modules/orgflow-domain/src/commonTest/kotlin/kukuri/ActivityTreeTest.kt
+++ b/modules/orgflow-domain/src/commonTest/kotlin/kukuri/ActivityTreeTest.kt
@@ -1,5 +1,9 @@
package kukuri
+import kukuri.core.activity.Activity
+import kukuri.core.activity.ActivityTree
+import kukuri.core.activity.Card
+import kukuri.core.activity.CardKind
import kukuri.core.identity.ActivityId
import kukuri.core.identity.CardId
import kukuri.core.identity.TaskId