Move "Add test library to classpath" to irrelevant action list

This prevents inconsistencies like "Add JUnit 5.0" / "Add JUnit 5.2"
Should fix one relevant test
This commit is contained in:
Mikhail Glukhikh
2018-08-06 18:17:29 +03:00
parent 21be8d118d
commit d7317c58e9
3 changed files with 3 additions and 5 deletions
@@ -76,6 +76,8 @@ object DirectiveBasedActionUtils {
"Show property type hints",
"Show parameter type hints",
"Show argument name hints",
"Show hints for suspending calls"
"Show hints for suspending calls",
"Add 'JUnit",
"Add 'testng"
)
}