fix: Update test that calls a fn that's no longe async

pull/24376/head
Carol (Nichols || Goulding) 2021-02-22 11:06:54 -05:00
parent d0707725cf
commit eec13912dd
1 changed files with 0 additions and 1 deletions

View File

@ -580,7 +580,6 @@ mod tests {
.as_ref()
.unwrap()
.partition_keys()
.await
.unwrap();
assert_eq!(&partitions[0], "p2");
assert_eq!(&partitions[1], "p3");