Skip to content

Commit

Permalink
test: update test total
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Nov 2, 2023
1 parent 09d8ab6 commit 0a7bae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/db/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_init_db_command(runner):

assert result.exit_code == 0

assert User.query.count() == 25
assert User.query.count() == 31
assert Eligibility.query.count() == 1

user_with_one_eligibility = User.query.filter_by(sub="32587", name="Gonzales").first()
Expand Down

0 comments on commit 0a7bae8

Please sign in to comment.