Skip to content

Commit

Permalink
#3546 Explicit live aggregations should not create tables
Browse files Browse the repository at this point in the history
  • Loading branch information
erdtsieck authored and jeremydmiller committed Nov 7, 2024
1 parent 03416f3 commit bdf5f71
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public async Task does_not_create_tables()
await theStore.Storage.ApplyAllConfiguredChangesToDatabaseAsync();

var eventStream = await theSession.Events.FetchForWriting<SimpleAggregate>(streamId);
await theSession.SaveChangesAsync();
var tables = theStore.Storage.AllObjects().OfType<Table>();
tables.ShouldNotContain(x => x.Identifier.Name.Contains(nameof(SimpleAggregate), StringComparison.OrdinalIgnoreCase));
}
Expand Down

0 comments on commit bdf5f71

Please sign in to comment.