We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f584b commit 26a0604Copy full SHA for 26a0604
src/Verify.Tests/ReadStringBuilderWithFixedLinesTests.cs
@@ -15,7 +15,7 @@ public async Task All()
15
if(!File.Exists(file))
16
{
17
using var reader = IoHelpers.OpenRead(file);
18
- await IoHelpers.ReadStringBuilderWithFixedLines(reader);
+ await reader.ReadStringBuilderWithFixedLines();
19
}
20
21
0 commit comments