mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-22 15:01:23 +03:00
13 lines
228 B
C#
13 lines
228 B
C#
using static PracticeCalendar.UnitTests.Integration.Testing;
|
|
|
|
namespace PracticeCalendar.UnitTests.Integration
|
|
{
|
|
public class BaseTest
|
|
{
|
|
public BaseTest()
|
|
{
|
|
ResetState();
|
|
}
|
|
}
|
|
}
|