Skip to content

Commit

Permalink
fix test_builtin_view_definition
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxa21 committed Sep 4, 2024
1 parent 54f80c6 commit 52df3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ impl FrontendMetaClient for MockFrontendMetaClient {
}

async fn list_all_nodes(&self) -> RpcResult<Vec<WorkerNode>> {
unimplemented!()
Ok(vec![])
}

async fn list_compact_task_progress(&self) -> RpcResult<Vec<CompactTaskProgress>> {
Expand Down

0 comments on commit 52df3b8

Please sign in to comment.