style: no implicit casts and dynamic

This commit is contained in:
Aleksey Kulikov 2021-10-22 17:25:06 +03:00
parent 7b14ee6b9b
commit f3fbc80f8e
11 changed files with 49 additions and 36 deletions

View file

@ -46,7 +46,7 @@ void main() {
});
test('returns a list of remote branches', () {
expect(repo.branchesRemote, []);
expect(repo.branchesRemote, <Branch>[]);
});
test('throws when trying to return list and error occurs', () {