First commit. Include junk from template to remove
This commit is contained in:
13
tests/Application.FunctionalTests/BaseTestFixture.cs
Normal file
13
tests/Application.FunctionalTests/BaseTestFixture.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Hutopy.Application.FunctionalTests;
|
||||
|
||||
using static Testing;
|
||||
|
||||
[TestFixture]
|
||||
public abstract class BaseTestFixture
|
||||
{
|
||||
[SetUp]
|
||||
public async Task TestSetUp()
|
||||
{
|
||||
await ResetState();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user