mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Merge pull request #2852 from kajojify/excess_return
Excess return was deleted
This commit is contained in:
commit
a71d050fbf
@ -42,7 +42,7 @@ def test_join():
|
||||
km = keymap.Keymap(tctx.master)
|
||||
km.add("key", "str", ["options"], "help1")
|
||||
km.add("key", "str", ["commands"])
|
||||
return
|
||||
|
||||
assert len(km.bindings) == 1
|
||||
assert len(km.bindings[0].contexts) == 2
|
||||
assert km.bindings[0].help == "help1"
|
||||
|
Loading…
Reference in New Issue
Block a user