mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-09 18:54:33 +00:00
Fix logging error
This commit is contained in:
parent
2eced9ccc9
commit
61166181fa
@ -34,7 +34,7 @@ namespace CodexDistTests.TestCore
|
||||
{
|
||||
var result = CreateEmptyTestFile();
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user