Refactor code structure and optimize performance across multiple modules
This commit is contained in:
@@ -4,11 +4,13 @@ using StellaOps.Graph.Indexer.Documents;
|
||||
using StellaOps.Graph.Indexer.Ingestion.Sbom;
|
||||
using StellaOps.Graph.Indexer.Schema;
|
||||
|
||||
using StellaOps.TestKit;
|
||||
namespace StellaOps.Graph.Indexer.Tests;
|
||||
|
||||
public sealed class SbomSnapshotExporterTests
|
||||
{
|
||||
[Fact]
|
||||
[Trait("Category", TestCategories.Unit)]
|
||||
[Fact]
|
||||
public async Task ExportAsync_WritesCanonicalFilesWithStableHash()
|
||||
{
|
||||
var snapshot = new SbomSnapshot
|
||||
|
||||
Reference in New Issue
Block a user