Stuart Kent 9 лет назад
Родитель
Сommit
0c77d83f6b
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      POLICIES.md

+ 1
- 1
POLICIES.md Просмотреть файл

@@ -42,7 +42,7 @@ References: [[1](https://github.com/exercism/xjava/issues/178)]
42 42
 
43 43
 ### Ignore noninitial tests
44 44
 
45
-> All but the first test in an exercise test suite should be annotated `@Ignore("Remove to run test)` (single test) or `@Ignore("Remove to run tests)` (parametrized test).
45
+> All but the first test in an exercise test suite should be annotated `@Ignore("Remove to run test")` (single test) or `@Ignore("Remove to run tests")` (parametrized test).
46 46
 
47 47
 References: [[1](https://github.com/exercism/xjava/issues/101#issuecomment-249349204)]
48 48