Skip to content

Commit

Permalink
Just need to work on null entities
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed Dec 19, 2023
1 parent 98cc224 commit 8ef2e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/NexusMods.EventSourcing.TestModel/Services.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public static IServiceCollection AddEvents(this IServiceCollection coll)
coll.AddEvent<Events.SwapModEnabled>();
coll.AddEvent<Events.RenameLoadout>();
coll.AddEvent<Events.DeleteMod>();
coll.AddEvent<Events.AddCollection>();
return coll;
}

Expand Down

0 comments on commit 8ef2e14

Please sign in to comment.