We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddbcf0 commit 5fba526Copy full SHA for 5fba526
1 file changed
testing/src/test/java/dev/cel/testing/testrunner/BUILD.bazel
@@ -11,9 +11,9 @@ package(
11
],
12
)
13
14
-# Since the user test class is triggered by the cel_test_runner rule, we should not add it to the
+# Since the user test class is triggered by the cel_test rule, we should not add it to the
15
# junit4_test_suite.
16
-# This is just a sample test class for the cel_test_runner rule.
+# This is just a sample test class for the cel_test rule.
17
java_library(
18
name = "user_test",
19
srcs = ["UserTest.java"],
@@ -26,7 +26,7 @@ java_library(
26
27
28
29
30
31
name = "env_config_user_test",
32
srcs = ["EnvConfigUserTest.java"],
0 commit comments