mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fix unit test
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
|
||||
namespace UnitTests_Parallelizable.DriverTests;
|
||||
|
||||
public class DriverTests : FakeDriverBase { }
|
||||
public class DriverTests : FakeDriverBase
|
||||
{ }
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
using Xunit.Abstractions;
|
||||
using UnitTests.Parallelizable;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace UnitTests_Parallelizable.ViewTests;
|
||||
|
||||
public class ArrangementTests (ITestOutputHelper output)
|
||||
public class ArrangementTests (ITestOutputHelper output) : GlobalTestSetup
|
||||
{
|
||||
private readonly ITestOutputHelper _output = output;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user