diff --git a/test/credentials_test.dart b/test/credentials_test.dart index e86d86c..b4bf3c3 100644 --- a/test/credentials_test.dart +++ b/test/credentials_test.dart @@ -105,7 +105,7 @@ void main() { final callbacks = Callbacks(credentials: keypair); final repo = Repository.clone( - url: 'git://github.com/libgit2/TestGitRepository', + url: 'https://github.com/libgit2/TestGitRepository', localPath: cloneDir.path, callbacks: callbacks, ); @@ -195,7 +195,7 @@ void main() { final callbacks = Callbacks(credentials: keypair); final repo = Repository.clone( - url: 'git://github.com/libgit2/TestGitRepository', + url: 'https://github.com/libgit2/TestGitRepository', localPath: cloneDir.path, callbacks: callbacks, );