Skip to content

Commit

Permalink
feat: Update test case for school clean to use ucla
Browse files Browse the repository at this point in the history
  • Loading branch information
vvillait88 committed Mar 13, 2024
1 parent d258ce4 commit d129985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/school.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mod tests {
assert_eq!(resp.status, 200);
assert_eq!(
resp.name,
Some("university of california, los angeles".to_string())
Some("ucla".to_string())
);
}
}

0 comments on commit d129985

Please sign in to comment.