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

Commit 258fa45

Browse files
committed
import順を修正 & *でまとめないよう修正
1 parent 193b918 commit 258fa45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/kotlin/com/mapk/fastkfunction/argumentBucket/ArgumentBucketTest.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ package com.mapk.fastkfunction.argumentBucket
22

33
import com.mapk.fastkfunction.argumentbucket.ArgumentBucket
44
import com.mapk.fastkfunction.argumentbucket.BucketGenerator
5-
import org.junit.jupiter.api.Assertions.*
5+
import org.junit.jupiter.api.Assertions.assertEquals
6+
import org.junit.jupiter.api.Assertions.assertNull
7+
import org.junit.jupiter.api.Assertions.assertTrue
68
import org.junit.jupiter.api.Nested
79
import org.junit.jupiter.api.Test
810

0 commit comments

Comments
 (0)