Skip to content

Commit 63e4481

Browse files
committed
test(bazel): Rename to "BazelDetectionFunTest" as it is in funTest
This test depends on the `buildozer` tool. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 4af0cb2 commit 63e4481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/package-managers/bazel/src/funTest/kotlin/BazelDetectionTest.kt renamed to plugins/package-managers/bazel/src/funTest/kotlin/BazelDetectionFunTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import org.ossreviewtoolkit.utils.test.getAssetFile
2929
import org.ossreviewtoolkit.utils.test.matchExpectedResult
3030
import org.ossreviewtoolkit.utils.test.patchActualResult
3131

32-
class BazelDetectionTest : StringSpec({
32+
class BazelDetectionFunTest : StringSpec({
3333
"MODULE.bazel files present in a local registry should not be considered as definition files" {
3434
val definitionFile = getAssetFile("projects/synthetic/bazel-local-registry2/MODULE.bazel")
3535
val expectedResultFile = getAssetFile("projects/synthetic/bazel-expected-output-local-registry2.yml")

0 commit comments

Comments
 (0)