We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ed7af commit 1dde647Copy full SHA for 1dde647
FollowingFileStream.Tests/FollowingFileStreamTest.cs
@@ -18,8 +18,8 @@ namespace Manandre.IO
18
[TestClass]
19
public class FollowingFileStreamTest
20
{
21
- private string inputFilePath = Path.GetTempFileName();
22
- private string outputFilePath = Path.GetTempFileName();
+ private readonly string inputFilePath = Path.GetTempFileName();
+ private readonly string outputFilePath = Path.GetTempFileName();
23
24
/// <summary>
25
/// Initializes a new instance of the <see cref="FollowingFileStreamTest"/> class.
0 commit comments