diff --git a/src/Tests/ECS/Examples/General.cs b/src/Tests/ECS/Examples/General.cs index 5c43e0d5..1e943328 100644 --- a/src/Tests/ECS/Examples/General.cs +++ b/src/Tests/ECS/Examples/General.cs @@ -261,7 +261,7 @@ public struct NetTag : ITag { } /// Copy subset of entities to another store [Test] -public static void CopyEntity() +public static void CopyEntities() { var store = new EntityStore(); var targetStore = new EntityStore();