mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update VirtualFileSystemTests.cs
This commit is contained in:
parent
a11508e4b6
commit
3f8f83e027
@ -20,7 +20,7 @@ namespace Wabbajack.VirtualFileSystem.Test
|
|||||||
private readonly ITestOutputHelper _helper;
|
private readonly ITestOutputHelper _helper;
|
||||||
private WorkQueue Queue { get; }
|
private WorkQueue Queue { get; }
|
||||||
|
|
||||||
private VFSTests(ITestOutputHelper helper)
|
public VFSTests(ITestOutputHelper helper)
|
||||||
{
|
{
|
||||||
_helper = helper;
|
_helper = helper;
|
||||||
Utils.LogMessages.Subscribe(f => _helper.WriteLine(f.ShortDescription));
|
Utils.LogMessages.Subscribe(f => _helper.WriteLine(f.ShortDescription));
|
||||||
|
Loading…
Reference in New Issue
Block a user