Skip to content

Commit

Permalink
chore: update rust async pact path
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 25, 2024
1 parent 83569fe commit 15504db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider-rust-kafka-async/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 15504db

Please sign in to comment.