Skip to content

Commit

Permalink
feat: remove test faliure
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Mar 4, 2024
1 parent bc358fd commit 9634b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst-gateway/bin/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ mod tests {

#[test]
fn github_repo_name_default() {
assert_eq!("NOT_REPO_NAME", GITHUB_REPO_NAME_DEFAULT);
assert_eq!(GITHUB_REPO_NAME.as_str(), GITHUB_REPO_NAME_DEFAULT);
}

#[test]
Expand Down

0 comments on commit 9634b16

Please sign in to comment.