From eec13912dda2d29df68793445e1122cfe10f6dd7 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Mon, 22 Feb 2021 11:06:54 -0500 Subject: [PATCH] fix: Update test that calls a fn that's no longe async --- server/src/db.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/db.rs b/server/src/db.rs index f337d6e4e4..a90a404e59 100644 --- a/server/src/db.rs +++ b/server/src/db.rs @@ -580,7 +580,6 @@ mod tests { .as_ref() .unwrap() .partition_keys() - .await .unwrap(); assert_eq!(&partitions[0], "p2"); assert_eq!(&partitions[1], "p3");