From 8ef2e148849db360777d71fb8211460c447c5280 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Tue, 19 Dec 2023 13:49:34 -0700 Subject: [PATCH] Just need to work on null entities --- tests/NexusMods.EventSourcing.TestModel/Services.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/NexusMods.EventSourcing.TestModel/Services.cs b/tests/NexusMods.EventSourcing.TestModel/Services.cs index 80395a81..8854e189 100644 --- a/tests/NexusMods.EventSourcing.TestModel/Services.cs +++ b/tests/NexusMods.EventSourcing.TestModel/Services.cs @@ -18,6 +18,7 @@ public static IServiceCollection AddEvents(this IServiceCollection coll) coll.AddEvent(); coll.AddEvent(); coll.AddEvent(); + coll.AddEvent(); return coll; }