Missing alt titles fix
This commit is contained in:
parent
7c2ab47c98
commit
b3d1b866c2
@ -126,7 +126,7 @@ class MigrateContentProjectPathTest {
|
||||
|
||||
@Test
|
||||
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())
|
||||
}
|
||||
@Test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user