Skip to content

Commit

Permalink
change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Jun 18, 2024
1 parent 3eb4e71 commit afd7893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.snowflake.snowpark.internal.OpenTelemetry

class OpenTelemetrySuite extends OpenTelemetryEnabled {

test("a") {
test("OpenTelemetry.emit") {
OpenTelemetry.emit("ClassA", "functionB", "fileC", 123, "chainD")
checkSpan("snow.snowpark.ClassA", "functionB", "fileC", 123, "chainD")
}
Expand Down

0 comments on commit afd7893

Please sign in to comment.