Skip to content

Commit

Permalink
Test all test events
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed Jan 10, 2024
1 parent a48dff3 commit d194b0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/NexusMods.EventSourcing.Tests/SerializationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ public static IEnumerable<object[]> ExampleEvents()
new object[]{new AddCollection(EntityId<Collection>.NewId(), "NewCollection", EntityId<Loadout>.NewId(),
[EntityId<Mod>.NewId()])
},
new object[]{new DeleteMod(EntityId<Mod>.NewId(), EntityId<Loadout>.NewId())},
new object[]{new RenameLoadout(EntityId<Loadout>.NewId(), "Test")},
new object[]{new SwapModEnabled(EntityId<Mod>.NewId(), true)},

};
return events;
}
Expand Down

0 comments on commit d194b0f

Please sign in to comment.