Missing alt titles fix
This commit is contained in:
parent
7c2ab47c98
commit
b3d1b866c2
@ -126,7 +126,7 @@ class MigrateContentProjectPathTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun cleanForFileSystem_removesSpecialCharacters() {
|
fun cleanForFileSystem_removesSpecialCharacters() {
|
||||||
assertEquals("Hello World", "Hello@World!".cleanForFileSystem())
|
assertEquals("Hello World!", "Hello@World!".cleanForFileSystem())
|
||||||
assertEquals("Spider-Man No Way Home", "Spider-Man: No Way Home!".cleanForFileSystem())
|
assertEquals("Spider-Man No Way Home", "Spider-Man: No Way Home!".cleanForFileSystem())
|
||||||
}
|
}
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user