1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00

termwiz: fixup tests after b3f51e8ee2

This commit is contained in:
Wez Furlong 2020-10-11 17:21:16 -07:00
parent 5b164bafd0
commit 7767fbe88f

View File

@ -675,7 +675,7 @@ fn test_hyperlinks() {
term.hyperlink_off();
let mut linked = CellAttributes::default();
linked.hyperlink = Some(Arc::clone(&link));
linked.set_hyperlink(Some(Arc::clone(&link)));
assert_lines_equal(
file!(),