We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401a326 commit 7125a0eCopy full SHA for 7125a0e
1 file changed
tests/Ramstack.FileSystem.Amazon.Tests/WritableAmazonFileSystemTests.cs
@@ -264,8 +264,6 @@ public async Task File_OpenWrite_EmptyFileWithFlush()
264
await using (var stream = await fs.OpenWriteAsync("/empty-flush-test.txt"))
265
await stream.FlushAsync();
266
267
- fs.WriteAllBytesAsync()
268
-
269
var file = fs.GetFile("/empty-flush-test.txt");
270
Assert.That(await file.ExistsAsync(), Is.True);
271
Assert.That(await file.GetLengthAsync(), Is.EqualTo(0));
0 commit comments