Skip to content

Commit

Permalink
Update search result URL for #85
Browse files Browse the repository at this point in the history
  • Loading branch information
zm-cttae committed Oct 23, 2023
1 parent cbc2e5d commit 1df666c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_install.m
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
%%% Test search
results = evalc('mpm search export_fig');
assert(contains(results, ...
'Found url: http://www.mathworks.com/matlabcentral/fileexchange/23629-export_fig?s_tid=srchtitle&download=true'))
'Found url: https://www.mathworks.com/matlabcentral/fileexchange/23629-export_fig?download=true'))

pause(GITHUB_SEARCH_RATELIMIT);

Expand Down

0 comments on commit 1df666c

Please sign in to comment.