Skip to content

Commit 0fb52f9

Browse files
committed
use a better mock
1 parent 317dc54 commit 0fb52f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/MockingFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void CanFakeConfigurationBuildSignature()
7777
const string email = "email";
7878
var now = DateTimeOffset.UtcNow;
7979

80-
var fakeConfig = new Mock<Configuration>(null, null, null);
80+
var fakeConfig = new Mock<Configuration>(null, null, null, null);
8181
fakeConfig.Setup(c => c.BuildSignature(now))
8282
.Returns<DateTimeOffset>(t => new Signature(name, email, t));
8383

0 commit comments

Comments
 (0)