Skip to content

Commit

Permalink
update int tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lineville committed Sep 20, 2023
1 parent f42cc88 commit c802121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Octokit.Tests.Integration/Clients/GitHubAppsClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public async Task GetsAllInstallations()
Assert.Equal(InstallationReadWritePermissionLevel.Read, installation.Permissions.Metadata);
Assert.False(string.IsNullOrEmpty(installation.HtmlUrl));
Assert.NotEqual(0, installation.TargetId);
Assert.Null(installation.SuspendedBy);
Assert.Null(installation.SuspendedAt);
}
}
}
Expand Down

0 comments on commit c802121

Please sign in to comment.