Skip to content

Commit

Permalink
update UT
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
  • Loading branch information
waynexia committed Jan 22, 2024
1 parent 82dfb14 commit 20bf1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/service_config/prom_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ mod tests {
fn test_prom_store_options() {
let default = PromStoreOptions::default();
assert!(default.enable);
assert!(!default.with_metric_engine)
assert!(default.with_metric_engine)
}
}

0 comments on commit 20bf1bc

Please sign in to comment.