Update VirtualFileSystemTests.cs

This commit is contained in:
Timothy Baldridge 2020-04-10 22:22:10 -06:00 committed by GitHub
parent a11508e4b6
commit 3f8f83e027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ namespace Wabbajack.VirtualFileSystem.Test
private readonly ITestOutputHelper _helper;
private WorkQueue Queue { get; }
private VFSTests(ITestOutputHelper helper)
public VFSTests(ITestOutputHelper helper)
{
_helper = helper;
Utils.LogMessages.Subscribe(f => _helper.WriteLine(f.ShortDescription));