File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Here is a table describing about the different categories of tests and how they
17
17
| Unit Tests | ` sbt test ` | ` src/test/scala ` or ` src/test/scala-2 ` | No particular format restriction, but as a standard end with ` Test ` |
18
18
| Integration Test | ` sbt it:test ` | ` src/it/scala ` or ` src/it/scala-2 ` | No format restriction, but as a standard end with ` IntegrationTest ` |
19
19
| Live Test | ` sbt liveTests ` | ` src/it/scala ` or ` src/it/scala-2 ` | Test class name must end with ` LiveTest ` |
20
- | Manual Test | ` sbt manualTests ` | ` src/it/scala ` or `src/it/scala-2 | Test class name must end with ` ManualTest ` |
20
+ | Manual Test | ` sbt manualTests ` | ` src/it/scala ` or ` src/it/scala-2 ` | Test class name must end with ` ManualTest ` |
21
21
22
22
# Code fomatting
23
23
You can’t perform that action at this time.
0 commit comments