Skip to content

Commit

Permalink
Update ChineseHolidaysTests.cs
Browse files Browse the repository at this point in the history
Typo was found in the ChineseHolidaysTests.cs please rectify them for correct codes.
  • Loading branch information
AnirudhG07 authored Feb 7, 2024
1 parent b4ce18b commit 0e226ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DateTimeExtensions.Tests/ChineseHolidaysTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace DateTimeExtensions.Tests
public class ChineseHolidaysTests
{
[Test]
public void SpringFetivalTests()
public void SpringFestivalTests()
{
var springFestivalHoliday = ChineseHolidayStrategy.SpringFestival;

Expand Down

0 comments on commit 0e226ec

Please sign in to comment.