Skip to content

Commit dbc9302

Browse files
dickermoshesrawlins
authored andcommitted
fix identical type alias test
1 parent 75ef6a8 commit dbc9302

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/builder/auto_mocks_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3639,6 +3639,8 @@ void main() {
36393639

36403640
expect(mocksContent, contains('class MockFoo extends _i1.Mock'));
36413641
expect(mocksContent, contains('implements _i2.Foo'));
3642+
expect(mocksContent, contains('_i2.BarDef get t1'));
3643+
expect(mocksContent, contains('_i2.BarDef2 get t2'));
36423644
});
36433645
});
36443646

0 commit comments

Comments
 (0)