Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Tax committed Apr 13, 2020
1 parent 2a88647 commit a1bbf08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/test/trace/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cc_test(
name = "default_tracer_provider",
name = "default_tracer_provider_test",
srcs = [
"default_tracer_provider_test.cc",
],
Expand All @@ -10,7 +10,7 @@ cc_test(
)

cc_test(
name = "span_data",
name = "span_data_test",
srcs = [
"span_data_test.cc",
],
Expand All @@ -21,7 +21,7 @@ cc_test(
)

cc_test(
name = "simple_processor",
name = "simple_processor_test",
srcs = [
"simple_processor_test.cc",
],
Expand Down

0 comments on commit a1bbf08

Please sign in to comment.