Skip to content

Commit

Permalink
Fixing a unit test broken by renames
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Sep 15, 2024
1 parent b3de518 commit be2ce3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventSourcingTests/querying_event_data_with_linq.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public void can_query_against_event_type_with_different_schema_name_with_camel_c


theStore.StorageFeatures.FindMapping(typeof(MembersDeparted))
.TableName.Schema.ShouldBe("query_against_event_documents_tests_events");
.TableName.Schema.ShouldBe("querying_event_data_with_linq_events");

theSession.Events.StartStream<Quest>(joined1, departed1);
theSession.Events.StartStream<Quest>(joined2, departed2);
Expand Down

0 comments on commit be2ce3e

Please sign in to comment.