Skip to content

Commit

Permalink
chore(axiom): Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
zsistla committed Jan 10, 2025
1 parent cf172d3 commit 4f91a63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions axiom/tests/test_span_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,9 @@ static void test_span_event_spankind(void) {
nr_span_event_t* event = nr_span_event_create();

// Test : the default is NULL (spankind must be explicitly set)
tlib_pass_if_str_equal("The default spankind is NULL", NULL,
nr_span_event_get_spankind(event));
tlib_pass_if_str_equal(
"When not explicitly set, The default spankind is NULL", NULL,
nr_span_event_get_spankind(event));

// Test : A null event returns NULL
tlib_pass_if_null("nr_span_event_get_spankind(NULL) returns NULL",
Expand Down

0 comments on commit 4f91a63

Please sign in to comment.