Python Testing with pytest, Second Edition: typo "empty_db" (page 42)

@brianokken

Then we can use both empty_db and some_cards in a test:

should be:

Then we can use both non_empty_db and some_cards in a test:

I’m learning a lot, quickly. Thanks.

Re-reading this, I’m not sure if this sentence was referring to the previously described cards_db (which is made empty), or the next fixture to be created: non_empty_db. Sorry for any confusion. In either case; I don’t think empty_db is the intended fixture name.