Skip to content

Commit

Permalink
Remove Test case for Workday
Browse files Browse the repository at this point in the history
  • Loading branch information
m365solutioninsights committed Feb 13, 2025
1 parent f8b47c2 commit 6aa54e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tests/Microsoft.PowerFx.Core.Tests.Shared/TexlTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public void TexlDateOverloads_Negative(string script)
[InlineData("DateAdd(\"2000-01-01\", 1)", "d")] // Coercion on date argument from string
[InlineData("DateAdd(45678, 1)", "d")] // Coercion on date argument from number
[InlineData("DateAdd(Time(12,34,56), 1)", "T")] // Coercion on date argument from time
[InlineData("Workday(Date(2024,9,13), 9999)", "D")]
public void TexlDateAdd(string script, string expectedType)
{
Assert.True(DType.TryParse(expectedType, out var type));
Expand Down

0 comments on commit 6aa54e0

Please sign in to comment.