Fix problem with to_dict

This commit is contained in:
Jason Paryani
2013-09-04 11:20:05 -07:00
parent 3e4311fe12
commit effacb872f
4 changed files with 26 additions and 70 deletions

View File

@@ -195,7 +195,7 @@ def test_addressbook_resizable(addressbook):
@pytest.fixture
def all_types():
return capnp.load(os.path.join(this_dir, 'all-types.capnp'))
return capnp.load(os.path.join(this_dir, 'all_types.capnp'))
# TODO: These tests should be extended to:
# - Read each field in Python and assert that it is equal to the expected value.