Summary: GitHub test failing because of this: https://travis-ci.org/facebook/flipper/jobs/517181150

Reviewed By: passy

Differential Revision: D14827468

fbshipit-source-id: e1d85747b39bd9fd781e8e6e8cb1827adb786482
This commit is contained in:
John Knox
2019-04-08 07:43:47 -07:00
committed by Facebook Github Bot
parent 6741c55b72
commit e306ecda19

View File

@@ -7,6 +7,6 @@ public class TableMetadataTestUtils {
} }
public static QueryableTableRowProvider getQueryResponder(TableMetadata tableMetadata) { public static QueryableTableRowProvider getQueryResponder(TableMetadata tableMetadata) {
return tableMetadata.responder; return tableMetadata.mResponder;
} }
} }