Skip to content

Commit 8941e2a

Browse files
committed
Fix integration test.
Signed-off-by: Ana Hobden <[email protected]>
1 parent d649883 commit 8941e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/raw.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fn wipe_all(client: &Client) {
3535
}
3636

3737
fn connect() -> Client {
38-
let client = Client::new(&Config::new(pd_addr()))
38+
let client = Client::new(Config::new(pd_addr()))
3939
.wait()
4040
.expect("Could not connect to tikv");
4141
wipe_all(&client);

0 commit comments

Comments
 (0)