Skip to content

Commit

Permalink
Merge pull request #1837 from cburgmer/patch-1
Browse files Browse the repository at this point in the history
Fix path to Clojure example
  • Loading branch information
rholshausen authored Nov 14, 2024
2 parents 9f6b209 + e95461a commit 7229244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ You want to look at: [groovy](consumer/groovy) or [junit](consumer/junit)
### (Use Clojure I)

Clojure can call out to Java, so have a look at [junit](consumer/junit). For an example
look at [example_clojure_consumer_pact_test.clj](https://github.com/pact-foundation/pact-jvm/blob/master/consumer/junit/src/test/clojure/au/com/pact-foundation/pact/consumer/junit/example_clojure_consumer_pact_test.clj).
look at [example_clojure_consumer_pact_test.clj](https://github.com/pact-foundation/pact-jvm/blob/master/consumer/junit/src/test/clojure/au/com/dius/pact/consumer/junit/example_clojure_consumer_pact_test.clj).

### I Use some other jvm language or test framework

Expand Down

0 comments on commit 7229244

Please sign in to comment.