Skip to content

Commit 0b8d354

Browse files
committed
Fix test_process_core_with_search_root
When we merged 3a08c9e we didn't update the unit tests that were checking the search path.
1 parent b4da7b4 commit 0b8d354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ def test_process_core_with_search_root():
688688
get_process_threads_mock.assert_called_with(
689689
Path("corefile"),
690690
Path("executable"),
691-
library_search_path="foo:bar",
691+
library_search_path="bar:foo",
692692
native_mode=NativeReportingMode.OFF,
693693
locals=False,
694694
method=StackMethod.AUTO,

0 commit comments

Comments
 (0)