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 authored and anderson-joyle committed Dec 18, 2024
1 parent df8d4ad commit ae61418
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 ae61418

Please sign in to comment.