summaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-12-13 13:10:06 +0800
committer简律纯 <i@jyunko.cn>2023-12-13 13:10:06 +0800
commit135a9eb3829e0705a81ebdfcb5fdbeb6924c3392 (patch)
tree33456063c442a7ca88517002dad76c65d96d44c6 /tests
parentd0968e4baec83b0ea6dbd1f03334238a9f03d4f7 (diff)
downloadinfini-135a9eb3829e0705a81ebdfcb5fdbeb6924c3392.tar.gz
infini-135a9eb3829e0705a81ebdfcb5fdbeb6924c3392.zip
refactor: rename `HydroRollCore` -> `infini`
Diffstat (limited to 'tests')
-rw-r--r--tests/MyRule/Rule/ThePool.py2
-rw-r--r--tests/MyRule/Rule/wiki.py2
-rw-r--r--tests/MyRule/config.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/MyRule/Rule/ThePool.py b/tests/MyRule/Rule/ThePool.py
index c3c01317..fb1d2500 100644
--- a/tests/MyRule/Rule/ThePool.py
+++ b/tests/MyRule/Rule/ThePool.py
@@ -1,4 +1,4 @@
-from HydroRollCore import Rule
+from infini import Rule
from .wiki import Wiki
diff --git a/tests/MyRule/Rule/wiki.py b/tests/MyRule/Rule/wiki.py
index 8cff35cf..3cf93c2f 100644
--- a/tests/MyRule/Rule/wiki.py
+++ b/tests/MyRule/Rule/wiki.py
@@ -1,4 +1,4 @@
-from HydroRollCore.rule import WikiModel
+from infini.rule import WikiModel
class Wiki(WikiModel):
diff --git a/tests/MyRule/config.toml b/tests/MyRule/config.toml
index e6a4eac6..e2a9b137 100644
--- a/tests/MyRule/config.toml
+++ b/tests/MyRule/config.toml
@@ -1,4 +1,4 @@
[plugins]
-[HydroRollCore]
+[infini]
rules = []
rule_dir = ["rules"] \ No newline at end of file