Skip to content

Commit

Permalink
feat: Added parameter in test for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
olvr-me committed Nov 5, 2024
1 parent 300fb9b commit e6c1360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public async Task Create()

updatedDocument.Title.Should().Be(update.Title);

var documentDownload = await Client.Documents.Download(id, true);
var documentDownload = await Client.Documents.Download(id, original: true);

documentDownload.ContentType.Should().Be("text/plain");
documentDownload.FileName.Should().Contain("Lorem Ipsum");
Expand Down

0 comments on commit e6c1360

Please sign in to comment.