Skip to content

Commit 1159e52

Browse files
committed
Fix ureq test
Broke since I changed my username
1 parent d8d3eba commit 1159e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fn test_base() {
2323
#[test]
2424
fn test_dev_ureq() {
2525
let retrieved = comptime! {
26-
ureq::get("https://gist.githubusercontent.com/DvvCz/9972f1627f8418badb1736d6899d5f44/raw/b31a3627458a698dc029750dfc2572a6f8a131cf/test.txt").call().unwrap().into_string().unwrap()
26+
ureq::get("https://gist.githubusercontent.com/codebycruz/9972f1627f8418badb1736d6899d5f44/raw/b31a3627458a698dc029750dfc2572a6f8a131cf/test.txt").call().unwrap().into_string().unwrap()
2727
};
2828

2929
assert_eq!(retrieved, "Hey there!");

0 commit comments

Comments
 (0)