using Xunit; namespace DMS.Infrastructure.UnitTests.Repository_Test { public class VariableTableRepositoryTests { [Fact] public void Test1() { Assert.True(true); } } }