Browse Source

Tests fixed.

pull/346/head
Sebastian Stehle 7 years ago
parent
commit
e29a33c7b9
  1. 2
      src/Squidex.Domain.Apps.Core.Operations/HandleRules/EnrichedEvents/EnrichedContentEvent.cs

2
src/Squidex.Domain.Apps.Core.Operations/HandleRules/EnrichedEvents/EnrichedContentEvent.cs

@ -32,7 +32,7 @@ namespace Squidex.Domain.Apps.Core.HandleRules.EnrichedEvents
public override long Partition public override long Partition
{ {
get { return SchemaId.GetHashCode(); } get { return Id.GetHashCode(); }
} }
} }
} }

Loading…
Cancel
Save