fn test_construct_github_profile_url_with_gh()

in src/utils/github.rs [34:37]


    fn test_construct_github_profile_url_with_gh() {
        let fake_query = "gh";
        assert_eq!(construct_github_url(fake_query), "https://github.com");
    }