Skip to content

Commit 032182b

Browse files
chancedanonrig
authored andcommitted
removes spike test
1 parent e0cff66 commit 032182b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/lib.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -601,16 +601,6 @@ impl std::str::FromStr for Url {
601601
mod test {
602602
use super::*;
603603

604-
#[test]
605-
fn spike_debug() {
606-
// TODO: This is a spike test to see if the debug output is correct. Update or remove this test once clarified that the output is as expected - @chanced
607-
let tests = [("https://www.ada-url.com/playground")];
608-
for value in tests {
609-
let url = Url::parse(value, None).expect("Should have parsed url");
610-
println!("{:#?}", url);
611-
}
612-
}
613-
614604
#[test]
615605
fn should_display_serialization() {
616606
let tests = [

0 commit comments

Comments
 (0)