Skip to content

Commit 7ce4e95

Browse files
committed
Fix tests
1 parent 959668e commit 7ce4e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/redirect_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void main() {
7878
findRedirect(Uri.parse('https://dartbug.com/triage/sdk')).toString(),
7979
startsWith(
8080
'https://github.com/dart-lang/sdk/issues?'
81-
'q=is%3Aissue+is%3Aopen+-label%3Aarea-analyzer',
81+
'q=is%3Aissue+is%3Aopen+-label%3Aarea-',
8282
),
8383
);
8484
});
@@ -92,7 +92,7 @@ void main() {
9292

9393
expect(
9494
labels,
95-
contains('area-analyzer'),
95+
contains('area-vm'),
9696
);
9797

9898
expect(

0 commit comments

Comments
 (0)