Improve tests & validate FSEntry names #4

Merged
cyclane merged 6 commits from improve-tests into main 2024-01-07 16:09:24 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit afcc71e516 - Show all commits

View File

@ -104,7 +104,8 @@ class FSCreatorTest {
"folder",
listOf(
FSFolder(
"folder", // Repeated name should be fine here (not throw)
// Repeated name should be fine here (not throw)
"folder",
listOf(
FSFolder(
"secrets",