Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Dec 6, 2023
1 parent 36e0f0b commit 857cd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.unit/database/test_instanced_fv_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_non_closest_inf_path(empty_tree: Tree):
# Create a subfolder of common folder, which is also a package path
sub_folder = common_folder / "SubFolder"
sub_folder.mkdir()
edk2path = Edk2Path(str(empty_tree.ws), ["Common", "Common/SubFolder"])
edk2path = Edk2Path(str(empty_tree.ws), ["Common", str(sub_folder)])

# Make the INF we want to make sure we get the closest match of
(sub_folder / "Drivers").mkdir()
Expand Down

0 comments on commit 857cd28

Please sign in to comment.