Skip to content

Commit

Permalink
fix(testsweets): update changed methods signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarafer committed Jun 26, 2024
1 parent 4d5cef5 commit cfe14d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/testsweets/lib/src/app/logger.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class WidgetCaptureViewModel extends FormViewModel {
Interaction description,
PopupMenuAction popupMenuAction,
) async {
log.v(popupMenuAction, description);
log.v(popupMenuAction, error: description);
inProgressInteraction = description;

switch (popupMenuAction) {
Expand Down

0 comments on commit cfe14d7

Please sign in to comment.