Merge all changes
This commit is contained in:
@@ -139,6 +139,7 @@ public sealed class FeedSnapshotCoordinatorTests
|
||||
var result = await coordinator.ValidateSnapshotAsync(snapshot.CompositeDigest);
|
||||
|
||||
// Assert
|
||||
Assert.NotNull(result);
|
||||
Assert.True(result.IsValid);
|
||||
Assert.Null(result.MissingSources);
|
||||
Assert.Null(result.DriftedSources);
|
||||
|
||||
Reference in New Issue
Block a user