Skip to content

Commit c0dfd78

Browse files
reeseJoshua Nelson
authored and
Joshua Nelson
committed
Add assertion for 404 page.
1 parent 714f5c2 commit c0dfd78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/web/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,7 @@ mod test {
595595
"/fake_crate/0.0.1/fake_crate",
596596
web
597597
));
598+
assert!(!clipboard_is_present_for_path("/not/a/real/path", web));
598599
Ok(())
599600
});
600601
}

0 commit comments

Comments
 (0)