Skip to content

Commit adb312f

Browse files
committed
test BUGFIX error message changes
Fixes #2392
1 parent 975b5ce commit adb312f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/yanglint/interactive/searchpath.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test searchpath_clear {searchpath --clear} {
1818
-setup $ly_setup -cleanup $ly_cleanup -body {
1919
ly_cmd "searchpath $mdir"
2020
ly_cmd "searchpath --clear"
21-
ly_cmd_err "load modleaf" "Data model \"modleaf\" not found in local searchdirs"
21+
ly_cmd_err "load modleaf" "Loading \"modleaf\" module failed, not found."
2222
}}
2323

2424
cleanupTests

0 commit comments

Comments
 (0)