Skip to content

Commit

Permalink
fix test epectation
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Aug 19, 2024
1 parent 4785da9 commit 4ae6696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dart/test/sentry_client_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ void main() {
() async {
final client = fixture.getSut();
final fakeTransaction = fixture.fakeTransaction();
fakeTransaction.tracer.name = "this is a transaction-test";
fakeTransaction.tracer.name = "this is a my-transaction-test";
await client.captureTransaction(fakeTransaction);

expect(fixture.transport.called(0), true);
Expand Down

0 comments on commit 4ae6696

Please sign in to comment.