Skip to content

Commit

Permalink
fix identical type alias test
Browse files Browse the repository at this point in the history
  • Loading branch information
dickermoshe authored and srawlins committed Dec 4, 2024
1 parent 75ef6a8 commit dbc9302
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/builder/auto_mocks_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3639,6 +3639,8 @@ void main() {

expect(mocksContent, contains('class MockFoo extends _i1.Mock'));
expect(mocksContent, contains('implements _i2.Foo'));
expect(mocksContent, contains('_i2.BarDef get t1'));
expect(mocksContent, contains('_i2.BarDef2 get t2'));
});
});

Expand Down

0 comments on commit dbc9302

Please sign in to comment.