Example #1
0
def test_is_cat_found_when_false():
    owner_and_cat = {
        'cat': [1, 4, 5],
        'owner': [3, 6, 4],
    }

    assert not players._is_cat_found(owner_and_cat)