Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Sep 11, 2023
1 parent 5336288 commit fd71529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.unit/database/test_edk2_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_load_existing_db(empty_tree: Tree):
assert db_path.exists() is False

with Edk2DB(db_path, pathobj=edk2path) as db:
db.register(InfTable())
db.register(InfTable(n_jobs = 1))
db.parse({})
result = db.connection.execute("SELECT name FROM sqlite_master WHERE type='table' AND name=?", ("inf",)).fetchone()
assert result is not None
Expand Down

0 comments on commit fd71529

Please sign in to comment.