chore: Apply suggestions from code review
Co-authored-by: Marco Neumann <marco@crepererum.net>pull/24376/head
parent
e46708354e
commit
099e2d4056
|
@ -1992,7 +1992,7 @@ async fn test_compact_os_partition() {
|
|||
let partition_key = &chunks[0].partition_key;
|
||||
|
||||
management_client
|
||||
.persist_partition(&db_name, "cpu", &partition_key[..], true)
|
||||
.persist_partition(&db_name, "cpu", partition_key.as_ref(), true)
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
|
|
Loading…
Reference in New Issue