Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomhurst committed Apr 14, 2024
1 parent 7024563 commit a642081
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Octokit.Tests/Models/InstallationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ public void CanBeDeserialized()
Assert.Single(installations);
Assert.Null(installations.First().SuspendedAt);
Assert.Null(installations.First().SuspendedBy);
/* Unmerged change from project 'Octokit.Tests(net462)'
Before:
Assert.Equal(1, installations.Count);
After:
Assert.Single(installations);
*/


}

[Fact]
Expand Down

0 comments on commit a642081

Please sign in to comment.