Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
krwong committed Nov 18, 2024
1 parent e235231 commit 3057eb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public void withUnmappedPdfFilesTest() throws Exception {
var sourceFileService = testHelper.getSourceFileService();
var mappingInfo = sourceFileService.loadMappings();
var mapping1 = mappingInfo.getMappingByCdmId("17940");
assertEquals(exportedSourceFilesPath.resolve("17941.cpd"), mapping1.getFirstSourcePath());
assertEquals(exportedSourceFilesPath.resolve("index.pdf"), mapping1.getFirstSourcePath());
}

@Test
Expand Down

0 comments on commit 3057eb0

Please sign in to comment.