Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/runner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

def test_oneof():
results = results_pb2.ResultSet()
# load the results from oneof.binproto
with open("tests/oneof.binproto", "rb") as f:
# load the results from oneof.binpb
with open("tests/oneof.binpb", "rb") as f:
results.ParseFromString(f.read())
for suite in results.suites:
pool = descriptor_pool.Default()
Expand Down