mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
termwiz: fixup tests after b3f51e8ee2
This commit is contained in:
parent
5b164bafd0
commit
7767fbe88f
@ -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!(),
|
||||
|
Loading…
Reference in New Issue
Block a user