Fix typo
Summary: Drive-by fix. Reviewed By: danielbuechele Differential Revision: D15353813 fbshipit-source-id: 34fa17d63d80daaea4d453c749f3a676b645d7a1
This commit is contained in:
committed by
Facebook Github Bot
parent
71230b3f7b
commit
c6e60e1e0c
@@ -325,7 +325,7 @@ public class InspectorFlipperPluginTest {
|
||||
String name;
|
||||
List<TestNode> children = new ArrayList<>();
|
||||
FlipperObject data;
|
||||
List<Named<String>> atttributes = new ArrayList<>();
|
||||
List<Named<String>> attributes = new ArrayList<>();
|
||||
String decoration;
|
||||
boolean highlighted;
|
||||
Rect bounds = new Rect();
|
||||
@@ -377,7 +377,7 @@ public class InspectorFlipperPluginTest {
|
||||
|
||||
@Override
|
||||
public List<Named<String>> getAttributes(TestNode node) {
|
||||
return node.atttributes;
|
||||
return node.attributes;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user