Skip to content

Commit fec3fad

Browse files
committed
Update DateFormatLengthCalculatorTests.cs
1 parent 95f0c02 commit fec3fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Verify.Tests/DateFormatLengthCalculatorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
[InlineData("g", 4, 4)]
3737
[InlineData("gg", 4, 4)]
3838
[InlineData("ggg", 4, 4)]
39-
[InlineData("t", 1, 1)]
39+
[InlineData("t", 2, 2)]
4040
[InlineData("tt", 2, 2)]
4141
[InlineData("ttt", 2, 2)]
4242
[InlineData("z", 3, 2)]

0 commit comments

Comments
 (0)