Skip to content

Commit

Permalink
spdx-utils: Rename SpdxUtilsTest to UtilsTest
Browse files Browse the repository at this point in the history
Rename the test to match the name of the file which contains the
functions under test.

Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.io>
  • Loading branch information
mnonnenmacher committed Nov 11, 2021
1 parent 1e9080d commit 52d0dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import java.io.File
import org.ossreviewtoolkit.utils.common.VCS_DIRECTORIES
import org.ossreviewtoolkit.utils.test.createTestTempDir

class SpdxUtilsTest : WordSpec() {
class UtilsTest : WordSpec() {
private lateinit var tempDir: File

override fun beforeTest(testCase: TestCase) {
Expand Down

0 comments on commit 52d0dae

Please sign in to comment.