Skip to content

Commit

Permalink
Update DateFormatLengthCalculatorTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 4, 2025
1 parent 95f0c02 commit fec3fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Verify.Tests/DateFormatLengthCalculatorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
[InlineData("g", 4, 4)]
[InlineData("gg", 4, 4)]
[InlineData("ggg", 4, 4)]
[InlineData("t", 1, 1)]
[InlineData("t", 2, 2)]
[InlineData("tt", 2, 2)]
[InlineData("ttt", 2, 2)]
[InlineData("z", 3, 2)]
Expand Down

0 comments on commit fec3fad

Please sign in to comment.