public void GetHistoryOfCustomerByIdTest() { const string customerId = "VINET"; var repo = new SqlRepository(); Assert.IsTrue(repo.GetHistoryOfCustomerById(customerId) != null); }