Skip to content

Commit

Permalink
Folding a handful of bug tests into the right spots
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Oct 29, 2024
1 parent 18ca7ee commit 98a4fb3
Show file tree
Hide file tree
Showing 32 changed files with 482 additions and 662 deletions.
1 change: 1 addition & 0 deletions src/DaemonTests/Subscriptions/subscriptions_end_to_end.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Threading;
using System.Threading.Tasks;
using EventSourcingTests.Aggregation;
using EventSourcingTests.FetchForWriting;
using JasperFx.Core;
using Lamar.IoC.Instances;
using Marten;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Threading.Tasks;
using EventSourcingTests.FetchForWriting;
using Marten.Events;
using Marten.Testing.Harness;
using Shouldly;
Expand Down
1 change: 1 addition & 0 deletions src/EventSourcingTests/Aggregation/write_to_aggregate.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Threading.Tasks;
using EventSourcingTests.FetchForWriting;
using Marten.Events;
using Marten.Testing.Harness;
using Xunit;
Expand Down

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions src/EventSourcingTests/Bugs/Bug_2848_distinct_count_query.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 98a4fb3

Please sign in to comment.