Skip to content

Commit cd79a31

Browse files
authored
Fix test
1 parent 69a5d02 commit cd79a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/github/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ mod tests {
121121
fn parse_repo_name_works() {
122122
assert_eq!(
123123
parse_repo_name("graphql-rust/graphql-client").unwrap(),
124-
("tomhoule", "graphql-client")
124+
("graphql-rust", "graphql-client")
125125
);
126126
assert!(parse_repo_name("abcd").is_err());
127127
}

0 commit comments

Comments
 (0)