Revert setting isMutable to true in ASLayoutSpecSnapshotTestHelper

This commit is contained in:
Michael Schneider 2016-11-18 12:05:12 -08:00
parent ed4f7eff73
commit acc080ab9c

View File

@ -56,10 +56,6 @@
- (ASLayoutSpec *)layoutSpecThatFits:(ASSizeRange)constrainedSize
{
// As the layout spec under test can be used multiple times we set the isMutable to NO in here. This should only
// be done in tests and never in production codes
_layoutSpecUnderTest.isMutable = YES;
return _layoutSpecUnderTest;
}