From cb1eaf777aabb68a3ed22f826d0c381729f1dc13 Mon Sep 17 00:00:00 2001 From: ekexium Date: Wed, 21 Apr 2021 20:14:28 +0800 Subject: [PATCH] test: fix test in master Signed-off-by: ekexium --- tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 5041add..27d2404 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -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();