Skip to content

Commit 741edd5

Browse files
committed
fix: uncomment ada_get_origin
1 parent 9358b80 commit 741edd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ mod test {
323323
None,
324324
)
325325
.expect("Should have parsed a simple url");
326-
// assert_eq!(out.origin(), "https://google.com:9090");
326+
assert_eq!(out.origin(), "https://google.com:9090");
327327
assert_eq!(
328328
out.href(),
329329
"https://username:[email protected]:9090/search?query#hash"

0 commit comments

Comments
 (0)