Fix lint error

Summary: Per title. CI is unhappy.

Reviewed By: jknoxville

Differential Revision: D8991974

fbshipit-source-id: db7b9161b814fbbae0849d3ee3d551a7a8588985
This commit is contained in:
Pascal Hartig
2018-07-25 09:11:47 -07:00
committed by Facebook Github Bot
parent d747afa764
commit a876f90b68

View File

@@ -127,7 +127,7 @@ test('should inherit component when passed as first arg to styled', () => {
}
});
test("when passed class name of another styled component its rules should be inherited", () => {
test('when passed class name of another styled component its rules should be inherited', () => {
let component;
try {