diff --git a/src/EventSourcingTests/fetch_a_single_event_with_metadata.cs b/src/EventSourcingTests/fetch_a_single_event_with_metadata.cs index e6d903f65e..df6aafc348 100644 --- a/src/EventSourcingTests/fetch_a_single_event_with_metadata.cs +++ b/src/EventSourcingTests/fetch_a_single_event_with_metadata.cs @@ -31,8 +31,6 @@ public void fetch_with_metadata_synchronously() x.Events.MetadataConfig.HeadersEnabled = true; x.Events.MetadataConfig.CausationIdEnabled = true; x.Events.MetadataConfig.CorrelationIdEnabled = true; - - }); theSession.CorrelationId = "The Correlation"; @@ -60,8 +58,6 @@ public async Task fetch_with_metadata_asynchronously() x.Events.MetadataConfig.HeadersEnabled = true; x.Events.MetadataConfig.CausationIdEnabled = true; x.Events.MetadataConfig.CorrelationIdEnabled = true; - - }); theSession.CorrelationId = "The Correlation";