Skip to content

Commit

Permalink
Changed failing test to make sense.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonj committed Jul 10, 2014
1 parent a535430 commit fad5dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/tests/entity_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ TEST(EntityFilter, Record) {
);
entityManager.processRemovals();
// Check removed entities
EXPECT_EQ(1, filter.removedEntities().count(entityId));
EXPECT_EQ(0, filter.removedEntities().count(entityId));
}


0 comments on commit fad5dab

Please sign in to comment.