From fec3fadf58051f619f81e12200eeb89bb9025c62 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 5 Jan 2025 09:00:03 +1100 Subject: [PATCH] Update DateFormatLengthCalculatorTests.cs --- src/Verify.Tests/DateFormatLengthCalculatorTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Verify.Tests/DateFormatLengthCalculatorTests.cs b/src/Verify.Tests/DateFormatLengthCalculatorTests.cs index 2a82c1986..e373719e2 100644 --- a/src/Verify.Tests/DateFormatLengthCalculatorTests.cs +++ b/src/Verify.Tests/DateFormatLengthCalculatorTests.cs @@ -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)]