diff --git a/Refit-Tests/GitHubApi.cs b/Refit-Tests/GitHubApi.cs index 3246b979b..bce2bd6d2 100644 --- a/Refit-Tests/GitHubApi.cs +++ b/Refit-Tests/GitHubApi.cs @@ -31,7 +31,7 @@ public class User public string Blog { get; set; } public string Location { get; set; } public string Email { get; set; } - public bool Hireable { get; set; } + public bool? Hireable { get; set; } public string Bio { get; set; } public int PublicRepos { get; set; } public int Followers { get; set; }