Fix function name typo

This commit is contained in:
Shadab Zafar 2016-06-04 18:28:03 +05:30
parent 1c82231129
commit 0d4437a404

View File

@ -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"