Skip to content

Commit 5fba526

Browse files
ChinmayMadeshicopybara-github
authored andcommitted
Internal Changes
PiperOrigin-RevId: 774662540
1 parent eddbcf0 commit 5fba526

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • testing/src/test/java/dev/cel/testing/testrunner

testing/src/test/java/dev/cel/testing/testrunner/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ package(
1111
],
1212
)
1313

14-
# Since the user test class is triggered by the cel_test_runner rule, we should not add it to the
14+
# Since the user test class is triggered by the cel_test rule, we should not add it to the
1515
# junit4_test_suite.
16-
# This is just a sample test class for the cel_test_runner rule.
16+
# This is just a sample test class for the cel_test rule.
1717
java_library(
1818
name = "user_test",
1919
srcs = ["UserTest.java"],
@@ -26,7 +26,7 @@ java_library(
2626
],
2727
)
2828

29-
# This is just a sample test class for the cel_test_runner rule.
29+
# This is just a sample test class for the cel_test rule.
3030
java_library(
3131
name = "env_config_user_test",
3232
srcs = ["EnvConfigUserTest.java"],

0 commit comments

Comments
 (0)