Skip to content

Commit

Permalink
fix: fixing lints in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed Dec 16, 2024
1 parent 0cadcd0 commit 9f01b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobx_codegen/test/generator_usage_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class TestStore = _TestStore with _$TestStore;
bool customEquals(String? oldValue, String? newValue) => oldValue != newValue;

abstract class _TestStore with Store {
// ignore: unused_element
// ignore: unused_element, unused_element_parameter
_TestStore(this.field1, {this.field2});

@observable
Expand Down

0 comments on commit 9f01b1d

Please sign in to comment.