From 8f33250ea2b0e29ab7fa60454197f3aef1b5993e Mon Sep 17 00:00:00 2001 From: Conor Brosnan Date: Mon, 12 Dec 2022 14:35:23 +1000 Subject: [PATCH] review feedback --- shotover-proxy/tests/cassandra_int_tests/routing.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shotover-proxy/tests/cassandra_int_tests/routing.rs b/shotover-proxy/tests/cassandra_int_tests/routing.rs index a00957932..afe43c61c 100644 --- a/shotover-proxy/tests/cassandra_int_tests/routing.rs +++ b/shotover-proxy/tests/cassandra_int_tests/routing.rs @@ -354,7 +354,7 @@ mod composite_key { let name: String = "0FjhKM4rJQJaniCNHEkKlelmUsYIBJJ9IZuBh44WJTrcPrez".into(); - let _ = connection + connection .execute_prepared( &range, &[ @@ -365,7 +365,7 @@ mod composite_key { .await .unwrap(); - let _ = connection + connection .execute_prepared( &simple2, &[ @@ -376,7 +376,7 @@ mod composite_key { .await .unwrap(); - let _ = connection + connection .execute_prepared( &simple1, &[ResultValue::Varchar(name), ResultValue::Boolean(true)],