Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 1b9184d

Browse files
committed
Bleh fix tests
1 parent ec41b2d commit 1b9184d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/UnitTests/GitHub.App/Services/GitClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public async Task PushesToDefaultOrigin()
2323

2424
await gitClient.Push(repository, "master", "origin");
2525

26-
repository.Network.Received().Push(origin,"HEAD", @"refs/heads/master");
26+
repository.Network.Received().Push(origin,"HEAD", @"refs/heads/master", Arg.Any<PushOptions>());
2727
}
2828

2929
[Fact]

src/UnitTests/UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
<ProjectReference Include="..\..\submodules\libgit2sharp\LibGit2Sharp\LibGit2Sharp.csproj">
217217
<Project>{EE6ED99F-CB12-4683-B055-D28FC7357A34}</Project>
218218
<Name>LibGit2Sharp</Name>
219-
<Private>False</Private>
219+
<Private>True</Private>
220220
</ProjectReference>
221221
<ProjectReference Include="..\DesignTimeStyleHelper\DesignTimeStyleHelper.csproj">
222222
<Project>{b1f5c227-456f-437d-bd5f-4c11b7a8d1a0}</Project>

0 commit comments

Comments
 (0)