Fix Test
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:
committed by
Facebook Github Bot
parent
6741c55b72
commit
e306ecda19
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user