Skip to content

Commit c17bd3e

Browse files
author
shuxu.li
committed
feat: Refresh method support for table
1 parent 50ab76e commit c17bd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mock_catalog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class MockCatalog : public Catalog {
7878
MOCK_METHOD((Result<std::shared_ptr<Table>>), RegisterTable,
7979
(const TableIdentifier&, const std::string&), (override));
8080

81-
MOCK_METHOD((std::unique_ptr<Catalog::TableBuilder>), BuildTable,
81+
MOCK_METHOD((std::unique_ptr<TableBuilder>), BuildTable,
8282
(const TableIdentifier&, const Schema&), (const, override));
8383
};
8484

0 commit comments

Comments
 (0)