Skip to content

Commit 1e3496a

Browse files
authored
Merge pull request #26 from lychee955/patch-1
Fix incorrect test directory path in README
2 parents fbf920e + c2e7764 commit 1e3496a

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)