Skip to content

Commit

Permalink
Remove unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
runeflobakk committed Feb 18, 2025
1 parent 90b3aeb commit f8288e0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ public void Converts_document_successfully()
{
//Arrange
const string title = "JobTitle";
const string message = "Message";
const FileType fileType = FileType.Pdf;
var documentBytes = new byte[] {0x21, 0x22};

Expand Down

0 comments on commit f8288e0

Please sign in to comment.