Skip to content

Commit 698a72f

Browse files
committed
chore: 改一下测试用例
1 parent a4d30be commit 698a72f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/python/binding_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ def api_test():
189189
{
190190
"and_test": {
191191
"recognition": {
192-
"type": "Or",
192+
"type": "And",
193193
"param": {
194-
"any_of": [
194+
"all_of": [
195195
{"recognition": {"type": "DirectHit"}},
196196
{"recognition": {"type": "DirectHit"}},
197197
]

0 commit comments

Comments
 (0)