mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-24 00:40:40 +00:00
chore: replace result assertions (#1840)
* s/assert!\((.*)\.is_ok\(\)\);/\1.unwrap\(\);/g * s/assert!\((.*)\.is_some\(\)\);/\1.unwrap\(\);/g
This commit is contained in:
@@ -212,7 +212,6 @@ mod tests {
|
||||
.worker_threads(2)
|
||||
.thread_name("test_spawn_join")
|
||||
.build();
|
||||
assert!(runtime.is_ok());
|
||||
Arc::new(runtime.unwrap())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user