Skip to content

Commit

Permalink
Fix an include to match a recently renamed file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Bryant committed Jul 16, 2024
1 parent f7021a7 commit 5199a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,12 @@ narrow it down if you want to build something different.
As well as mocking the HTTP request cycle, you can also use Spring Boot to write a simple
full-stack integration test. For example, instead of (or as well as) the mock test shown
earlier, we could create the following test (from
`src/test/java/com/example/springboot/HelloControllerIT.java`):
`src/test/java/com/example/springboot/HelloControllerITest.java`):

====
[source,java]
----
include::complete/src/test/java/com/example/springboot/HelloControllerIT.java[]
include::complete/src/test/java/com/example/springboot/HelloControllerITest.java[]
----
====

Expand Down

0 comments on commit 5199a65

Please sign in to comment.