New Eventi version
This commit is contained in:
parent
b3d1b866c2
commit
5babd17d18
@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
eventi = "1.0-rc39"
|
||||
eventi = "1.0-rc40"
|
||||
exfl = "1.0-rc1"
|
||||
|
||||
[libraries]
|
||||
|
||||
@ -127,7 +127,7 @@ class MigrateContentProjectPathTest {
|
||||
@Test
|
||||
fun cleanForFileSystem_removesSpecialCharacters() {
|
||||
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
|
||||
fun videoStoreFile_usesSanitizedName() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user