Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Sep 18, 2023
1 parent 7bb22dc commit 3a9622a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests.unit/database/test_package_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def test_basic_parse(tmp_path):
"""Tests basic PackageTable functionality."""
# Clone the repo and init a single submodule.
repo_path = tmp_path / "mu_tiano_platforms"
repo_path.mkdir()
with git.Repo.clone_from("https://github.com/microsoft/mu_tiano_platforms", repo_path) as repo:
if repo is None:
raise Exception("Failed to clone mu_tiano_platforms")
Expand Down

0 comments on commit 3a9622a

Please sign in to comment.