Skip to content

Commit

Permalink
Merge pull request #35 from asfaltboy/patch-1
Browse files Browse the repository at this point in the history
Correct factory in the last LazyFixture example
  • Loading branch information
bubenkoff committed Nov 17, 2016
2 parents 8b31a33 + 71b2f8b commit 2fe2841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ LazyFixture constructor accepts either existing fixture name or callable with de
# Can also be used in the partial specialization during the registration.
register(AuthorFactory, "another_book", author=LazyFixture("another_author"))
register(BookFactory, "another_book", author=LazyFixture("another_author"))
Post-generation dependencies
Expand Down

0 comments on commit 2fe2841

Please sign in to comment.