Skip to content

Commit fffd2a9

Browse files
authored
Merge pull request #6451 from matthias-ronge/patch-886859
Fix typo
2 parents e3d04a5 + 59baa33 commit fffd2a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Kitodo/src/test/java/org/kitodo/production/services/data/ProjectServiceIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public void shouldNotSaveProjectWithAlreadyExistingTitle() {
163163
@Test
164164
public void shouldGetClientOfProject() throws Exception {
165165
Project project = projectService.getById(1);
166-
assertEquals("First client", project.getClient().getName(), "Client names doesnt match");
166+
assertEquals("First client", project.getClient().getName(), "Client names do not match");
167167
}
168168

169169
@Test

0 commit comments

Comments
 (0)