diff options
| author | 2024-03-11 09:40:52 +0800 | |
|---|---|---|
| committer | 2024-03-11 09:40:52 +0800 | |
| commit | 67cf02ba9bf39116126ef8360cedff5410a20694 (patch) | |
| tree | 9194042a727bd7535f036283152afe450876b133 /tests/examples/ndice/tests.py | |
| parent | 9425a632d234229ee87178c69f572384e9713fae (diff) | |
| download | infini-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.py | 2 |
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) |
