Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
David Glick committed Feb 4, 2021
1 parent 0573453 commit eee3752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def generate_continuation_data(self, fileobj):
o = data_generator_runtime.ObjectRow(
"Account", {"Name": "Johnston incorporated", "id": 5}
)
g.register_object(o, "The Company")
g.register_object(o, "The Company", False)
for i in range(0, 5):
# burn through 5 imaginary accounts
g.id_manager.generate_id("Account")
Expand Down

0 comments on commit eee3752

Please sign in to comment.