X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tests%2Ftest_inp.py;h=f51e730cf7352cfd613d60cc873bba7727818571;hb=HEAD;hp=75bcd011b55b4f8a69ccbe35cf3bac1dabae5ef9;hpb=6a5ab6e9ddddda1e97b5fb64c2342a76cc807a3f;p=m_librarian.git diff --git a/tests/test_inp.py b/tests/test_inp.py index 75bcd01..f51e730 100644 --- a/tests/test_inp.py +++ b/tests/test_inp.py @@ -11,5 +11,5 @@ def test_import_bad_inpx(): def test_import_inpx(): load_inpx('test.inpx') - assert Author.select().count() == 4 - assert Book.select().count() == 4 + assert Author.select().count() == 5 + assert Book.select().count() == 5