Skip to content

Commit

Permalink
Add missing hint in test
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Feb 20, 2025
1 parent 0f8bd48 commit 4283b23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void main() {
const expectedId = '1';
String? actualId;

fixture.options.beforeSendTransaction = (transaction) {
fixture.options.beforeSendTransaction = (transaction, hint) {
actualIp = transaction.user?.ipAddress;
actualId = transaction.user?.id;
return transaction;
Expand Down

0 comments on commit 4283b23

Please sign in to comment.