diff options
| author | ketsuban <ketsuban@192.168.3.110> | 2026-08-25 20:54:57 +0000 |
|---|---|---|
| committer | ketsuban <ketsuban@192.168.3.110> | 2026-08-25 20:54:57 +0000 |
| commit | 91d7533ffa423cba467e2989bbaad020c5600c35 (patch) | |
| tree | 3201690933147b061a62fd7465513466ee2ac82f /modules | |
| parent | ce530b15daadee80e1b4140b56b6faab61f4b9f5 (diff) | |
| download | kukuri-91d7533ffa423cba467e2989bbaad020c5600c35.tar.gz kukuri-91d7533ffa423cba467e2989bbaad020c5600c35.tar.bz2 kukuri-91d7533ffa423cba467e2989bbaad020c5600c35.zip | |
Fix ActivityTreeTest imports; ContentStoreTest lives in its module
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.kt | 4 |
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 |
