We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4957e70 commit 730e169Copy full SHA for 730e169
tests/unit/test_tracing.c
@@ -575,7 +575,6 @@ SENTRY_TEST(unsampled_spans)
575
// i.e. it cascades 1+ levels down
576
sentry_span_t *opaque_child
577
= sentry_transaction_start_child(opaque_tx, "honk", "goose");
578
- TEST_CHECK(opaque_child != NULL);
579
sentry_value_t child = opaque_child->inner;
580
TEST_CHECK(!sentry_value_is_null(child));
581
TEST_CHECK(
0 commit comments