Skip to content

Commit 804ea56

Browse files
authored
Docs: fix ./gradlew :io.openems.edge.io.shelly:test (#2752)
Fix the "clean" into "test" for starting a test
1 parent 4a852f7 commit 804ea56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/edge/implement.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -584,5 +584,5 @@ Same applies to the OpenEMS Backend for dynamically loading devices.
584584
Before continuing with the development and implementation, it's important to ensure that your module's tests are passing. This helps in maintaining the quality and functionality of the module. To check the tests of your module, execute the following Gradle command in the root directory of OpenEMS:
585585

586586
----
587-
Run ./gradlew :io.openems.edge.io.shelly:clean in the root Directory to check the tests of your module.
587+
Run ./gradlew :io.openems.edge.io.shelly:test in the root Directory to check the tests of your module.
588588
----

0 commit comments

Comments
 (0)