aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/examples/ndice/tests.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-11 09:40:52 +0800
committer简律纯 <i@jyunko.cn>2024-03-11 09:40:52 +0800
commit67cf02ba9bf39116126ef8360cedff5410a20694 (patch)
tree9194042a727bd7535f036283152afe450876b133 /tests/examples/ndice/tests.py
parent9425a632d234229ee87178c69f572384e9713fae (diff)
downloadinfini-67cf02ba9bf39116126ef8360cedff5410a20694.tar.gz
infini-67cf02ba9bf39116126ef8360cedff5410a20694.zip
chore(tests): regist -> register
Diffstat (limited to 'tests/examples/ndice/tests.py')
-rw-r--r--tests/examples/ndice/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/ndice/tests.py b/tests/examples/ndice/tests.py
index c2e9b9d3..2a56409b 100644
--- a/tests/examples/ndice/tests.py
+++ b/tests/examples/ndice/tests.py
@@ -13,5 +13,5 @@ loader.load("ndice")
loader.close()
core = loader.into_core()
-for output in core.input(Input(".r20#d6")):
+for output in core.input(Input(".r3d6", {'nickname':'简律纯'})):
print(output)