Skip to content

Commit 7a4fcf8

Browse files
committed
Merge pull request #1990 from sharwell/incorrect-test-input
Fix incorrect test input
2 parents 3846317 + 5932ea1 commit 7a4fcf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers.Test/HelperTests/IndentationHelperTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class IndentationHelperTests
3333
new object[] { " ", 1, 4, 4 },
3434

3535
// 3 spaces, indentation size = 2
36-
new object[] { " ", 1, 4, 4 },
36+
new object[] { " ", 2, 2, 4 },
3737

3838
// 4 spaces
3939
new object[] { " ", 1, 4, 4 },

0 commit comments

Comments
 (0)