Skip to content

Commit

Permalink
fix(tests): remove '.'
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Jun 23, 2023
1 parent 385d712 commit 03eb568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/build/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ fn adds_prefix() {
assert!(page.contents.contains("<script src=\"/axo/artifacts.js\">"));
assert!(page
.contents
.contains(r#"href="/axo/artifacts/">View all installation options.</a>"#))
.contains(r#"href="/axo/artifacts/">View all installation options</a>"#))
}

#[test]
Expand All @@ -237,7 +237,7 @@ fn adds_prefix_with_package_managers() {
assert!(page.contents.contains("<script src=\"/axo/artifacts.js\">"));
assert!(page
.contents
.contains(r#"href="/axo/artifacts/">View all installation options.</a>"#))
.contains(r#"href="/axo/artifacts/">View all installation options</a>"#))
}

#[test]
Expand Down

0 comments on commit 03eb568

Please sign in to comment.