Format Kotlin
All checks were successful
Test Workflow / Lint and test library (pull_request) Successful in 1m33s
All checks were successful
Test Workflow / Lint and test library (pull_request) Successful in 1m33s
This commit is contained in:
parent
9169206ed8
commit
afcc71e516
@ -104,7 +104,8 @@ class FSCreatorTest {
|
|||||||
"folder",
|
"folder",
|
||||||
listOf(
|
listOf(
|
||||||
FSFolder(
|
FSFolder(
|
||||||
"folder", // Repeated name should be fine here (not throw)
|
// Repeated name should be fine here (not throw)
|
||||||
|
"folder",
|
||||||
listOf(
|
listOf(
|
||||||
FSFolder(
|
FSFolder(
|
||||||
"secrets",
|
"secrets",
|
||||||
|
Reference in New Issue
Block a user