Removed async from a test that didn't need it
This commit is contained in:
parent
da9fad05a6
commit
94146467a3
|
@ -38,7 +38,7 @@ namespace Filtration.Tests.Repositories
|
|||
}
|
||||
|
||||
[Test]
|
||||
public async Task LoadScriptFromFile_PersistenceServiceThrows_ThrowsIOException()
|
||||
public void LoadScriptFromFile_PersistenceServiceThrows_ThrowsIOException()
|
||||
{
|
||||
// Arrange
|
||||
var testInputPath = "C:\\TestPath.filter";
|
||||
|
|
Loading…
Reference in New Issue