Removed async from a test that didn't need it

This commit is contained in:
Ben 2015-07-31 21:43:33 +01:00
parent da9fad05a6
commit 94146467a3
1 changed files with 1 additions and 1 deletions

View File

@ -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";