chore: Apply suggestions from code review

Co-authored-by: Marco Neumann <marco@crepererum.net>
pull/24376/head
Nga Tran 2021-12-09 13:52:42 -05:00 committed by GitHub
parent e46708354e
commit 099e2d4056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();