Skip to content

Commit

Permalink
Move jumplist test data to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper committed Aug 27, 2024
1 parent 6968253 commit 1561405
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
Git LFS file not shown
Git LFS file not shown
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/plugins/os/windows/test_jumplist.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@


def test_os_windows_jumplist(target_win_users: Target, fs_win: VirtualFilesystem) -> None:
custom_destination = absolute_path("data/plugins/os/windows/jumplist/590aee7bdd69b59b.customDestinations-ms")
automatic_destination = absolute_path("data/plugins/os/windows/jumplist/5f7b5f1e01b83767.automaticDestinations-ms")
custom_destination = absolute_path("_data/plugins/os/windows/jumplist/590aee7bdd69b59b.customDestinations-ms")
automatic_destination = absolute_path("_data/plugins/os/windows/jumplist/5f7b5f1e01b83767.automaticDestinations-ms")

user_details = target_win_users.user_details.find(username="John")

Expand Down

0 comments on commit 1561405

Please sign in to comment.