diff --git a/src/Nethermind/Nethermind.State.Flat.Test/SnapshotCompactorTests.cs b/src/Nethermind/Nethermind.State.Flat.Test/SnapshotCompactorTests.cs index adceaa080718..5845dbf81b1d 100644 --- a/src/Nethermind/Nethermind.State.Flat.Test/SnapshotCompactorTests.cs +++ b/src/Nethermind/Nethermind.State.Flat.Test/SnapshotCompactorTests.cs @@ -234,7 +234,6 @@ public void CompactSnapshotBundle_MultipleSnapshots_LatestValueOverridesForAllDa Assert.That(compacted.StoragesCount, Is.EqualTo(1)); AssertSlotValueEqual(slotValue2, compacted.Content.Storages[(address, storageIndex)]); - Assert.That(compacted.StateNodesCount, Is.EqualTo(1)); Assert.That(compacted.StateNodesCount, Is.EqualTo(1)); Assert.That(compacted.StorageNodesCount, Is.EqualTo(1)); }