From 15504db0f3e34458bfb219f7b90b886f234cf009 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Fri, 25 Oct 2024 22:08:07 +0100 Subject: [PATCH] chore: update rust async pact path --- provider-rust-kafka-async/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider-rust-kafka-async/src/main.rs b/provider-rust-kafka-async/src/main.rs index 3c7043e..512a518 100644 --- a/provider-rust-kafka-async/src/main.rs +++ b/provider-rust-kafka-async/src/main.rs @@ -250,7 +250,7 @@ mod tests { env::current_dir() .expect("could not find current working directory") .join("..") - .join("consumer-rust-kafka-sync") + .join("consumer-rust-kafka-async") .join("target") .join("pacts") .join(path)