Skip to content

Commit c2e7764

Browse files
committed
Fix incorrect test directory path in README
Corrected the test directory path from `src/main/test/java/gateway` to `src/test/java/gateway` in the README. This ensures consistency with standard Maven project structures. Signed-off-by: lychee955 <[email protected]>
1 parent fbf920e commit c2e7764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The following listing shows the complete contents of `Application.java`:
265265
include::complete/src/main/java/gateway/Application.java[tag=code]
266266
----
267267

268-
Now we can create a new class called `ApplicationTest` in `src/main/test/java/gateway`.
268+
Now we can create a new class called `ApplicationTest` in `src/test/java/gateway`.
269269
In the new class, we add the following content:
270270

271271
[source,java,tabsize=2]

0 commit comments

Comments
 (0)