New Eventi version

This commit is contained in:
Brage Skjønborg 2026-02-02 19:36:30 +01:00
parent b3d1b866c2
commit 5babd17d18
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[versions] [versions]
eventi = "1.0-rc39" eventi = "1.0-rc40"
exfl = "1.0-rc1" exfl = "1.0-rc1"
[libraries] [libraries]

View File

@ -127,7 +127,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
fun videoStoreFile_usesSanitizedName() { fun videoStoreFile_usesSanitizedName() {