Skip to content

Commit

Permalink
Fix test_process_core_with_search_root
Browse files Browse the repository at this point in the history
When we merged 3a08c9e we didn't update
the unit tests that were checking the search path.
  • Loading branch information
pablogsal committed Apr 11, 2023
1 parent b4da7b4 commit 0b8d354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ def test_process_core_with_search_root():
get_process_threads_mock.assert_called_with(
Path("corefile"),
Path("executable"),
library_search_path="foo:bar",
library_search_path="bar:foo",
native_mode=NativeReportingMode.OFF,
locals=False,
method=StackMethod.AUTO,
Expand Down

0 comments on commit 0b8d354

Please sign in to comment.