Skip to content

Commit

Permalink
update testn ame
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Sep 12, 2024
1 parent 13685ff commit d30a371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dart/test/sentry_transaction_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void main() {
expect(sut.sampled, true);
});

test('returns contexts.trace.data if data is set on the tracer', () async {
test('returns contexts.trace.data if data is set', () async {
final tracer = _createTracer(sampled: true);
tracer.setData('key', 'value');
final child = tracer.startChild('child');
Expand Down

0 comments on commit d30a371

Please sign in to comment.