Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe committed Dec 8, 2018
1 parent 091bb7b commit 72f3796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_recursive_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from thriftpy.parser import load


def test_constants():
def test_recursive_definition():
thrift = load('./recursive_definition.thrift')
assert thrift.Bar.thrift_spec == {1: (12, 'test', thrift.Foo, False)}
assert thrift.Foo.thrift_spec == {
Expand Down

0 comments on commit 72f3796

Please sign in to comment.