style: clean up tests names

This commit is contained in:
Aleksey Kulikov 2021-12-23 15:29:28 +03:00
parent 41fab98d17
commit c516119397
33 changed files with 212 additions and 223 deletions

View file

@ -47,7 +47,7 @@ void main() {
}
});
test('fetch() successfully prunes branch with provided flag', () {
test('fetch() prunes branch with provided flag', () {
remote.fetch(prune: GitFetchPrune.prune);
final branches = clonedRepo.branches;
@ -69,7 +69,7 @@ void main() {
}
});
test('prune() successfully prunes branches', () {
test('prune() prunes branches', () {
final pruned = <String>[];
void updateTips(String refname, Oid oldOid, Oid newOid) {
pruned.add(refname);