@@ -60,7 +60,7 @@ void main() {
60
60
});
61
61
62
62
testUsingContext ('prints nothing when Flutter installation looks fresh' , () async {
63
- const String flutterUpstreamUrl = 'https://github.com/flutter/flutter .git' ;
63
+ const String flutterUpstreamUrl = 'https://github.com/flutter/flaux .git' ;
64
64
processManager.addCommands (< FakeCommand > [
65
65
const FakeCommand (
66
66
command: < String > ['git' , '-c' , 'log.showSignature=false' , 'log' , '-n' , '1' , '--pretty=format:%H' ],
@@ -134,7 +134,7 @@ void main() {
134
134
});
135
135
136
136
testUsingContext ('does not crash when git log outputs malformed output' , () async {
137
- const String flutterUpstreamUrl = 'https://github.com/flutter/flutter .git' ;
137
+ const String flutterUpstreamUrl = 'https://github.com/flutter/flaux .git' ;
138
138
139
139
final String malformedGitLogOutput = '${getChannelUpToDateVersion ()}[0x7FF9E2A75000] ANOMALY: meaningless REX prefix used' ;
140
140
processManager.addCommands (< FakeCommand > [
@@ -366,10 +366,10 @@ void main() {
366
366
}
367
367
368
368
group ('VersionUpstreamValidator' , () {
369
- const String flutterStandardUrlDotGit = 'https://github.com/flutter/flutter .git' ;
369
+ const String flutterStandardUrlDotGit = 'https://github.com/flutter/flaux .git' ;
370
370
const String flutterNonStandardUrlDotGit = 'https://githubmirror.com/flutter/flutter.git' ;
371
- const String flutterStandardSshUrlDotGit
= '[email protected] :flutter/flutter .git' ;
372
- const String flutterFullSshUrlDotGit
= 'ssh://[email protected] /flutter/flutter .git' ;
371
+ const String flutterStandardSshUrlDotGit
= '[email protected] :flutter/flaux .git' ;
372
+ const String flutterFullSshUrlDotGit
= 'ssh://[email protected] /flutter/flaux .git' ;
373
373
374
374
VersionCheckError ? runUpstreamValidator ({
375
375
String ? versionUpstreamUrl,
@@ -889,7 +889,7 @@ void main() {
889
889
stdout: 'master' ,
890
890
),
891
891
const FakeCommand (
892
- command: < String > ['git' , 'fetch' , 'https://github.com/flutter/flutter .git' , '--tags' , '-f' ],
892
+ command: < String > ['git' , 'fetch' , 'https://github.com/flutter/flaux .git' , '--tags' , '-f' ],
893
893
),
894
894
const FakeCommand (
895
895
command: < String > ['git' , 'tag' , '--points-at' , 'HEAD' ],
0 commit comments