Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Baranovsky authored and jeremydmiller committed May 8, 2024
1 parent da8388a commit ac3ecd7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/EventSourcingTests/fetch_a_single_event_with_metadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit ac3ecd7

Please sign in to comment.