Skip to content

Commit 9839bd3

Browse files
committed
Update unit tests
1 parent 6287c09 commit 9839bd3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

zebedee-cms/src/test/java/com/github/onsdigital/zebedee/model/approval/ApproveTaskTest.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -513,11 +513,11 @@ public void testfilePathGenerator(){
513513
throw new RuntimeException(e);
514514
}
515515

516-
assertEquals(task.filePathGenerator("mm22", publishDate, "v123"), "timeseries-datasets/mm22/v123");
517-
assertEquals(task.filePathGenerator("a01jul2025", null, "v123"), "timeseries-datasets/other/" + today);
518-
assertEquals(task.filePathGenerator("x09jul2025", publishDate, "v123"), "timeseries-datasets/other/2024-07-18");
519-
assertEquals(task.filePathGenerator("dataset1", publishDate, "v123"), "timeseries-datasets/other/2024-07-18");
520-
assertEquals(task.filePathGenerator("rtisa", publishDate, "v123"), "timeseries-datasets/other/2024-07-18");
521-
assertEquals(task.filePathGenerator("cla01", publishDate, "v123"), "timeseries-datasets/other/2024-07-18");
516+
assertEquals(task.filePathGenerator("mm22", publishDate, "v123"), "ts-datasets/mm22/v123");
517+
assertEquals(task.filePathGenerator("a01jul2025", null, "v123"), "ts-datasets/other/" + today);
518+
assertEquals(task.filePathGenerator("x09jul2025", publishDate, "v123"), "ts-datasets/other/2024-07-18");
519+
assertEquals(task.filePathGenerator("dataset1", publishDate, "v123"), "ts-datasets/other/2024-07-18");
520+
assertEquals(task.filePathGenerator("rtisa", publishDate, "v123"), "ts-datasets/other/2024-07-18");
521+
assertEquals(task.filePathGenerator("cla01", publishDate, "v123"), "ts-datasets/other/2024-07-18");
522522
}
523523
}

0 commit comments

Comments
 (0)