Skip to content

Commit

Permalink
no need for WHITESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras committed Apr 4, 2024
1 parent 4ee8d54 commit 6b4c035
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Sep.Test/SepReaderTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ public void SepReaderTest_Info_Props()

// TODO: Need test of quotes at end

#pragma warning disable WHITESPACE
#pragma warning disable IDE0055
internal static IEnumerable<object[]> ColCountMismatchData =>
[
Expand Down Expand Up @@ -340,7 +339,6 @@ Expected 1 column(s) matching header/first row 'C1'
new[] { 2, 1, 3 }],
];
#pragma warning restore IDE0055
#pragma warning restore WHITESPACE

[DataTestMethod]
[DynamicData(nameof(ColCountMismatchData))]
Expand Down Expand Up @@ -414,7 +412,6 @@ public void SepReaderTest_ColumnCountMismatch_IgnoreThrows(
}


#pragma warning disable WHITESPACE
#pragma warning disable IDE0055
internal static IEnumerable<object[]> LineNumbersData =>
[
Expand Down Expand Up @@ -442,7 +439,6 @@ public void SepReaderTest_ColumnCountMismatch_IgnoreThrows(
new[] { (1, 3), (3, 7), (7, 13) }],
];
#pragma warning restore IDE0055
#pragma warning restore WHITESPACE

[DataTestMethod]
[DynamicData(nameof(LineNumbersData))]
Expand Down

0 comments on commit 6b4c035

Please sign in to comment.