mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
style: clean up tests names
This commit is contained in:
parent
41fab98d17
commit
c516119397
33 changed files with 212 additions and 223 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue