fix(admin): align holiday tests and loading flow
TaxBaik CI/CD / build-and-deploy (push) Successful in 4m14s
TaxBaik CI/CD / build-and-deploy (push) Successful in 4m14s
This commit is contained in:
@@ -7,9 +7,9 @@ public class BusinessDayCalculatorTests
|
||||
{
|
||||
[Theory]
|
||||
[InlineData(2026, 2, 14, 2026, 2, 19)]
|
||||
[InlineData(2026, 8, 15, 2026, 8, 20)]
|
||||
[InlineData(2026, 9, 24, 2026, 9, 29)]
|
||||
[InlineData(2026, 10, 3, 2026, 10, 8)]
|
||||
[InlineData(2026, 8, 15, 2026, 8, 18)]
|
||||
[InlineData(2026, 9, 24, 2026, 9, 28)]
|
||||
[InlineData(2026, 10, 3, 2026, 10, 6)]
|
||||
[InlineData(2027, 2, 6, 2027, 2, 10)]
|
||||
public void GetEffectiveDueDate_SkipsWeekendHolidayAndSubstituteHoliday(
|
||||
int dueYear, int dueMonth, int dueDay,
|
||||
|
||||
Reference in New Issue
Block a user