Skip to content

Commit ffdb8f8

Browse files
KSXGitHubanonrig
authored andcommitted
test: remove unnecessary assertion
1 parent c12f6ee commit ffdb8f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ mod test {
578578
];
579579
for (value, expected) in tests {
580580
let url = Url::parse(value, None).expect("Should have parsed url");
581-
assert_eq!(format!("{}", url), expected);
582581
assert_eq!(url.to_string(), expected);
583582
}
584583
}

0 commit comments

Comments
 (0)