Skip to content

Commit 7125a0e

Browse files
committed
Clean up
1 parent 401a326 commit 7125a0e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/Ramstack.FileSystem.Amazon.Tests/WritableAmazonFileSystemTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@ public async Task File_OpenWrite_EmptyFileWithFlush()
264264
await using (var stream = await fs.OpenWriteAsync("/empty-flush-test.txt"))
265265
await stream.FlushAsync();
266266

267-
fs.WriteAllBytesAsync()
268-
269267
var file = fs.GetFile("/empty-flush-test.txt");
270268
Assert.That(await file.ExistsAsync(), Is.True);
271269
Assert.That(await file.GetLengthAsync(), Is.EqualTo(0));

0 commit comments

Comments
 (0)