docs re-org, audit fixes, build fixes
This commit is contained in:
@@ -45,6 +45,7 @@ public sealed class MinimalProofExporterTests
|
||||
_mockChunkRepo.Object,
|
||||
signer: null,
|
||||
_timeProvider,
|
||||
guidProvider: null,
|
||||
NullLogger<MinimalProofExporter>.Instance);
|
||||
|
||||
// Create test data
|
||||
@@ -435,6 +436,7 @@ public sealed class MinimalProofExporterTests
|
||||
_mockChunkRepo.Object,
|
||||
mockSigner.Object,
|
||||
_timeProvider,
|
||||
guidProvider: null,
|
||||
NullLogger<MinimalProofExporter>.Instance);
|
||||
|
||||
var options = new MinimalProofExportOptions
|
||||
|
||||
Reference in New Issue
Block a user