mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
Fix unit test
This commit is contained in:
@@ -96,7 +96,7 @@ class DiffResultToDiffResultDtoMapperTest {
|
||||
.isPresent()
|
||||
.get()
|
||||
.extracting("href")
|
||||
.isEqualTo("/scm/api/v2/repositories/space/X/content/123/B.ts?start={start}?end={end}");
|
||||
.isEqualTo("/scm/api/v2/repositories/space/X/content/123/B.ts?start={start}&end={end}");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user