Skip to content

Commit 245b2a5

Browse files
committed
Fix tests
1 parent 627428b commit 245b2a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/get/git/tag_pattern_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ void main() {
462462
'dependency': 'transitive',
463463
'description': {
464464
'path': 'two',
465+
'ref': ref,
465466
'resolved-ref': ref,
466-
'tag-pattern': '{{version}}',
467467
'url': '../foo.git',
468468
},
469469
'source': 'git',
@@ -474,8 +474,8 @@ void main() {
474474
'dependency': 'transitive',
475475
'description': {
476476
'path': 'three',
477+
'ref': ref,
477478
'resolved-ref': ref,
478-
'tag-pattern': '{{version}}',
479479
'url': '../foo.git',
480480
},
481481
'source': 'git',

0 commit comments

Comments
 (0)