Skip to content

Commit

Permalink
Fix: description for testing mixins. (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
MbIXjkee committed Jul 28, 2024
1 parent f6028be commit be71bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/elementary/lib/src/core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -587,15 +587,15 @@ abstract class ElementaryModel {
}
}

/// Mock that helps to prevent [NoSuchMethodError] exception when the
/// Mixin that helps to prevent [NoSuchMethodError] exception when the
/// ElementaryModel is mocked.
@visibleForTesting
mixin MockElementaryModelMixin implements ElementaryModel {
@override
set _wmHandler(void Function(Object)? _) {}
}

/// Mock that helps to prevent [NoSuchMethodError] exception when the
/// Mixin that helps to prevent [NoSuchMethodError] exception when the
/// WidgetModel is mocked.
@visibleForTesting
mixin MockWidgetModelMixin<W extends ElementaryWidget,
Expand Down

0 comments on commit be71bb4

Please sign in to comment.