fix: Update test that calls a fn that's no longe async
parent
d0707725cf
commit
eec13912dd
|
@ -580,7 +580,6 @@ mod tests {
|
|||
.as_ref()
|
||||
.unwrap()
|
||||
.partition_keys()
|
||||
.await
|
||||
.unwrap();
|
||||
assert_eq!(&partitions[0], "p2");
|
||||
assert_eq!(&partitions[1], "p3");
|
||||
|
|
Loading…
Reference in New Issue