Skip to content

Commit

Permalink
Fix path to Clojure example
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer authored Nov 14, 2024
1 parent 9f6b209 commit e95461a
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 e95461a

Please sign in to comment.