Skip to content

Commit

Permalink
GH-19 Removed invalid path test, Linux actually has none in that case…
Browse files Browse the repository at this point in the history
… [release]
  • Loading branch information
Andrei15193 committed Jul 17, 2022
1 parent d250bb5 commit 7dc9e70
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ public void Initialize_WhenStorageDirectoryPathIsNull_ThrowsException()
Assert.Equal(new ArgumentNullException("path").Message, exception.Message);
}

[Fact]
public void Initialize_WhenStorageDirectoryPathIsInvalid_ThrowsException()
=> Assert.Throws<IOException>(() => new FileTableStorageHandler(storageDirectoryPath: "invalid:path:yes:yes"));

public void Dispose()
{
Dispose(true);
Expand Down

0 comments on commit 7dc9e70

Please sign in to comment.