Skip to content

Commit

Permalink
Fix test documents (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
austek authored Apr 6, 2023
1 parent c909906 commit 3c31d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ include::example$consumer/src/main/resources/avro/orders.avsc[]
.Consumer configuration
[source,java]
----
include::example$consumer/src/test/java/com/github/austek/example/PactPulsarConsumerTest.java[tags=configuration]
include::example$consumer/src/test/java/com/github/austek/example/pulsar/avro/PactPulsarConsumerTest.java[tags=configuration]
----


.Java example consumer test
[source,java]
----
include::example$consumer/src/test/java/com/github/austek/example/PactPulsarConsumerTest.java[tags=consumer_test]
include::example$consumer/src/test/java/com/github/austek/example/pulsar/avro/PactPulsarConsumerTest.java[tags=consumer_test]
----

== Provider
Expand Down

0 comments on commit 3c31d07

Please sign in to comment.