fix: Passing tests

This commit is contained in:
Andrejus
2021-06-28 17:30:47 +01:00
parent 4625f0f906
commit b6b9d38b5b
3 changed files with 9 additions and 7 deletions

View File

@@ -63,7 +63,6 @@ binaries: List[str] = [
"poetry",
# langauge: js
"nvm",
"node",
"npm",
"yarn",
@@ -71,8 +70,6 @@ binaries: List[str] = [
# language: java
"java",
# langauge: ruby
"ruby"
]