Fix logging error

This commit is contained in:
benbierens 2023-03-21 12:50:39 +01:00
parent 2eced9ccc9
commit 61166181fa
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace CodexDistTests.TestCore
{ {
var result = CreateEmptyTestFile(); var result = CreateEmptyTestFile();
GenerateFileBytes(result, size); GenerateFileBytes(result, size);
TestLog.Log($"Generated {size} bytes of content for file '{result.Filename}'."); TestLog.Log($"Generated {size.SizeInBytes} bytes of content for file '{result.Filename}'.");
return result; return result;
} }