Skip to content

Commit

Permalink
remove TODO note that was handled in #873
Browse files Browse the repository at this point in the history
Signed-off-by: Ashton Larkin <[email protected]>
  • Loading branch information
adlarkin committed Jul 26, 2021
1 parent eef9f70 commit 22dae7c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/EntityComponentManager_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,6 @@ TEST_P(EntityComponentManagerFixture, EntitiesAndComponents)
// should be returned since a component cannot be attached to a non-existent
// entity
EXPECT_FALSE(manager.HasEntity(kNullEntity));
/*
* TODO(adlarkin) test with the following methods once the deprecation
* process has been sorted out:
* EntityHasComponent
* EntityHasComponentType
*/
EXPECT_EQ(nullptr, manager.CreateComponent<IntComponent>(kNullEntity,
IntComponent(123)));
EXPECT_EQ(nullptr, manager.ComponentDefault<IntComponent>(kNullEntity, 123));
Expand Down

0 comments on commit 22dae7c

Please sign in to comment.