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.