mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Merge fixes
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Tgstation.Server.Host.Components.Repository.Tests
|
||||
.CreateFromPath(path, default));
|
||||
|
||||
[TestMethod]
|
||||
public void TestConstructionThrows() => Assert.ThrowsException<ArgumentNullException>(() => new LibGit2RepositoryFactory(null));
|
||||
public void TestConstructionThrows() => Assert.ThrowsExactly<ArgumentNullException>(() => new LibGit2RepositoryFactory(null));
|
||||
|
||||
[TestMethod]
|
||||
public void TestInMemoryRepoCreation()
|
||||
|
||||
Reference in New Issue
Block a user