We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317dc54 commit 913542aCopy full SHA for 913542a
LibGit2Sharp.Tests/MockingFixture.cs
@@ -77,7 +77,7 @@ public void CanFakeConfigurationBuildSignature()
77
const string email = "email";
78
var now = DateTimeOffset.UtcNow;
79
80
- var fakeConfig = new Mock<Configuration>(null, null, null);
+ var fakeConfig = new Mock<Configuration>();
81
fakeConfig.Setup(c => c.BuildSignature(now))
82
.Returns<DateTimeOffset>(t => new Signature(name, email, t));
83
0 commit comments