Skip to content

Commit a0a256c

Browse files
committed
Formatting
1 parent 3c6a6f6 commit a0a256c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

TechnitiumLibrary.UnitTests/TechnitiumLibrary.IO/OffsetStreamTests.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ public sealed class OffsetStreamTests
1111
{
1212
private static MemoryStream CreateStream(byte[] data) => new MemoryStream(data, writable: true);
1313

14+
public TestContext TestContext { get; set; } = null!;
15+
16+
1417
// ------------------------------------------------------
1518
// CONSTRUCTION & BASIC METADATA
1619
// ------------------------------------------------------
@@ -239,7 +242,5 @@ public async Task WriteToAsync_ShouldCopyOnlyOffsetRange()
239242
// THEN
240243
CollectionAssert.AreEqual("<F"u8.ToArray(), target.ToArray());
241244
}
242-
243-
public TestContext TestContext { get; set; }
244245
}
245246
}

0 commit comments

Comments
 (0)