Skip to content

Commit

Permalink
add ut
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyFan2002 committed Jan 7, 2025
1 parent 39fff89 commit 751f4bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/meta/api/src/schema_api_test_suite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4024,6 +4024,11 @@ impl SchemaApiTestSuite {
.await?;

assert_eq!(res.len(), 0);

let res = mt
.list_history_tables(true, ListTableReq::new(&tenant, db_id))
.await?;
assert_eq!(res.len(), 1);
}

Ok(())
Expand Down

0 comments on commit 751f4bb

Please sign in to comment.