From 56e187a1dd5ee45feed757a8907645b75bf08093 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 10 Jan 2024 14:41:34 -0500 Subject: [PATCH] fix: test mjv --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index c8f6b3c8..092ad971 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -3350,7 +3350,7 @@ async fn delete( notify_key, relay_ws_client, rx, - "1".to_owned(), + "0".to_owned(), ) .await; }