test: fix test in master

Signed-off-by: ekexium <ekexium@gmail.com>
This commit is contained in:
ekexium 2021-04-21 20:14:28 +08:00
parent ec97ea2d2c
commit cb1eaf777a
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,7 @@ async fn txn_pessimistic_heartbeat() -> Result<()> {
#[tokio::test]
#[serial]
async fn raw_cas() -> Result<()> {
clear_tikv().await;
init().await?;
let client = RawClient::new(pd_addrs()).await?.with_atomic_for_cas();
let key = "key".to_owned();
let value = "value".to_owned();