mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-23 03:49:21 +08:00
Fix function name typo
This commit is contained in:
@@ -38,7 +38,7 @@ class TestTokValueNakedLiteral:
|
||||
|
||||
class TestTokValueLiteral:
|
||||
|
||||
def test_espr(self):
|
||||
def test_expr(self):
|
||||
v = base.TokValueLiteral("foo")
|
||||
assert v.expr()
|
||||
assert v.val == b"foo"
|
||||
|
||||
Reference in New Issue
Block a user