Skip to content

Commit 0e40131

Browse files
committed
cleanup unit tests
1 parent e58fa68 commit 0e40131

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Nager.Date.UnitTest/Countries/SwitzerlandTest.cs

-11
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@ namespace Nager.Date.UnitTest.Countries
88
[TestClass]
99
public class SwitzerlandTest
1010
{
11-
[Ignore]
12-
[TestMethod]
13-
public void TestSwitzerland()
14-
{
15-
for (var year = DateTime.Now.Year; year < 3000; year++)
16-
{
17-
var publicHolidays = HolidaySystem.GetHolidays(year, CountryCode.CH);
18-
Assert.AreEqual(16, publicHolidays.Count());
19-
}
20-
}
21-
2211
[DataTestMethod]
2312
[DataRow(2018, 10, 8, false)]
2413
[DataRow(2018, 10, 9, false)]

0 commit comments

Comments
 (0)