mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-06-13 09:25:23 +08:00
Fix the test for cell identifier.
This commit is contained in:
@@ -54,7 +54,8 @@ describe "PM::TableViewCellModule" do
|
||||
end
|
||||
|
||||
it "should have the right re-use identifier" do
|
||||
@subject.reuseIdentifier.should == "Cell"
|
||||
@subject.reuseIdentifier.should == "Cell-switch-subtitle-image"
|
||||
end
|
||||
end
|
||||
|
||||
it "should set the layer.masksToBounds" do
|
||||
|
||||
Reference in New Issue
Block a user