Skip to content

Commit

Permalink
feat: Add UC support for all cloud providers
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Carman <hntd187@users.noreply.github.com>
  • Loading branch information
hntd187 committed Jan 20, 2025
1 parent 52fa4a9 commit b28018e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/catalog-unity/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,6 @@ mod tests {
let get_table_response = client
.get_table("catalog_name", "schema_name", "table_name")
.await;
dbg!(&get_table_response);
assert!(matches!(
get_table_response.unwrap(),
GetTableResponse::Success(_)
Expand Down

0 comments on commit b28018e

Please sign in to comment.