Skip to content

Commit

Permalink
Update ReadStringBuilderWithFixedLinesTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 20, 2025
1 parent 42f584b commit 26a0604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Verify.Tests/ReadStringBuilderWithFixedLinesTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public async Task All()
if(!File.Exists(file))
{
using var reader = IoHelpers.OpenRead(file);
await IoHelpers.ReadStringBuilderWithFixedLines(reader);
await reader.ReadStringBuilderWithFixedLines();
}
}

Expand Down

0 comments on commit 26a0604

Please sign in to comment.