mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Fix function name typo
This commit is contained in:
parent
1c82231129
commit
0d4437a404
@ -38,7 +38,7 @@ class TestTokValueNakedLiteral:
|
|||||||
|
|
||||||
class TestTokValueLiteral:
|
class TestTokValueLiteral:
|
||||||
|
|
||||||
def test_espr(self):
|
def test_expr(self):
|
||||||
v = base.TokValueLiteral("foo")
|
v = base.TokValueLiteral("foo")
|
||||||
assert v.expr()
|
assert v.expr()
|
||||||
assert v.val == b"foo"
|
assert v.val == b"foo"
|
||||||
|
Loading…
Reference in New Issue
Block a user