Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 9a57110

Browse files
committed
パッケージ名のtypo修正
1 parent c88da14 commit 9a57110

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/test/kotlin/com/mapk/fastkfunction/argumentBucket/ArgumentBucketTest.kt renamed to src/test/kotlin/com/mapk/fastkfunction/argumentbucket/ArgumentBucketTest.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
package com.mapk.fastkfunction.argumentBucket
1+
package com.mapk.fastkfunction.argumentbucket
22

3-
import com.mapk.fastkfunction.argumentbucket.ArgumentBucket
4-
import com.mapk.fastkfunction.argumentbucket.BucketGenerator
53
import org.junit.jupiter.api.Assertions.assertEquals
64
import org.junit.jupiter.api.Assertions.assertNull
75
import org.junit.jupiter.api.Assertions.assertTrue

src/test/kotlin/com/mapk/fastkfunction/argumentBucket/BucketGeneratorTest.kt renamed to src/test/kotlin/com/mapk/fastkfunction/argumentbucket/BucketGeneratorTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
package com.mapk.fastkfunction.argumentBucket
1+
package com.mapk.fastkfunction.argumentbucket
22

3-
import com.mapk.fastkfunction.argumentbucket.BucketGenerator
43
import org.junit.jupiter.api.Assertions.assertArrayEquals
54
import org.junit.jupiter.api.Nested
65
import org.junit.jupiter.api.Test

0 commit comments

Comments
 (0)