Skip to content

Commit

Permalink
✏️ fix sync error
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Nov 21, 2024
1 parent 1adc693 commit 2fea860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def wrapper2(slot, content):
assert res.query("r") == 100
assert res.query("e") == 36

alc16_15 = Alconna(["/"], "core16_15", Args["bar", str])
alc16_15 = Alconna(["/"], "core16_15", Args.bar(str))
with pytest.warns(UserWarning):
alc16_15.shortcut("^test", {"args": ["abc"]})
assert alc16_15.parse("test").bar == "abc"
Expand Down

0 comments on commit 2fea860

Please sign in to comment.