Skip to content

Commit 63cb47f

Browse files
borkaehwjohnynek
authored andcommitted
Fix scala_library_jar_without_srcs_must_fail_on_mismatching_resource_strip_prefix (#859)
1 parent e7cce69 commit 63cb47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/shell/test_scala_library_jar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ scala_library_jar_without_srcs_must_include_filegroup_resources(){
2222
}
2323

2424
scala_library_jar_without_srcs_must_fail_on_mismatching_resource_strip_prefix() {
25-
action_should_fail build test_expect_failure/wrong_resource_strip_prefix:noSrcsJarWithWrongStripPrefix
25+
action_should_fail build test_expect_failure/mismatching_resource_strip_prefix:noSrcsJarWithWrongStripPrefix
2626
}
2727

2828
$runner scala_library_jar_without_srcs_must_fail_on_mismatching_resource_strip_prefix

0 commit comments

Comments
 (0)