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 3cf04dd commit af3bc89Copy full SHA for af3bc89
LibGit2Sharp.Tests/ConfigurationFixture.cs
@@ -194,9 +194,6 @@ public void CanEnumerateGlobalConfig()
194
195
using (var repo = new Repository(StandardTestRepoPath, options))
196
{
197
- InconclusiveIf(() => !repo.Config.HasConfig(ConfigurationLevel.Global),
198
- "No Git global configuration available");
199
-
200
var entry = repo.Config.FirstOrDefault<ConfigurationEntry<string>>(e => e.Key == "user.name");
201
Assert.NotNull(entry);
202
Assert.Equal(Constants.Signature.Name, entry.Value);
0 commit comments