Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbros committed Dec 12, 2022
1 parent ab0f9cc commit 8f33250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shotover-proxy/tests/cassandra_int_tests/routing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ mod composite_key {

let name: String = "0FjhKM4rJQJaniCNHEkKlelmUsYIBJJ9IZuBh44WJTrcPrez".into();

let _ = connection
connection
.execute_prepared(
&range,
&[
Expand All @@ -365,7 +365,7 @@ mod composite_key {
.await
.unwrap();

let _ = connection
connection
.execute_prepared(
&simple2,
&[
Expand All @@ -376,7 +376,7 @@ mod composite_key {
.await
.unwrap();

let _ = connection
connection
.execute_prepared(
&simple1,
&[ResultValue::Varchar(name), ResultValue::Boolean(true)],
Expand Down

0 comments on commit 8f33250

Please sign in to comment.