Skip to content

Commit

Permalink
Fix incorrect file path in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe committed Dec 8, 2018
1 parent 97b7315 commit 091bb7b
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 @@ -4,7 +4,7 @@


def test_constants():
thrift = load('parser-cases/recursive_definition.thrift')
thrift = load('./recursive_definition.thrift')
assert thrift.Bar.thrift_spec == {1: (12, 'test', thrift.Foo, False)}
assert thrift.Foo.thrift_spec == {
1: (12, 'test', thrift.Bar, False), 2: (8, 'some', False)}

0 comments on commit 091bb7b

Please sign in to comment.