Skip to content

Commit 6c5f514

Browse files
committed
Doc fix in java implementation
1 parent 69387ee commit 6c5f514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/mozilla/taskcluster/urls/URLsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public class URLsTest {
2121

2222
/**
2323
* testURLs iterates through the language-agnostic test cases defined in
24-
* /specification.yml to ensure that the java implementation returns
25-
* consistent results with the other language implementations.
24+
* /tests.yml to ensure that the java implementation returns consistent
25+
* results with the other language implementations.
2626
*/
2727
@Test
2828
public void testURLs() throws Exception {

0 commit comments

Comments
 (0)