@@ -107,7 +107,7 @@ pub async fn init_coffee_test_add_remote() {
107
107
108
108
manager
109
109
. coffee ( )
110
- . add_remote ( "lightningd" , "https://github.com/lightningd /plugins.git" )
110
+ . add_remote ( "lightningd" , "https://github.com/tareknaser /plugins.git" )
111
111
. await
112
112
. unwrap ( ) ;
113
113
manager
@@ -138,7 +138,7 @@ pub async fn test_add_remove_plugins() {
138
138
manager. coffee ( ) . setup ( & lightning_dir) . await . unwrap ( ) ;
139
139
// Add lightningd remote repository
140
140
let repo_name = "lightningd" ;
141
- let repo_url = "https://github.com/lightningd /plugins.git" ;
141
+ let repo_url = "https://github.com/tareknaser /plugins.git" ;
142
142
manager
143
143
. coffee ( )
144
144
. add_remote ( repo_name, repo_url)
@@ -257,7 +257,7 @@ pub async fn test_errors_and_show() {
257
257
manager. coffee ( ) . setup ( & lightning_dir) . await . unwrap ( ) ;
258
258
// Add lightningd remote repository
259
259
let repo_name = "lightningd" ;
260
- let repo_url = "https://github.com/lightningd /plugins.git" ;
260
+ let repo_url = "https://github.com/tareknaser /plugins.git" ;
261
261
manager
262
262
. coffee ( )
263
263
. add_remote ( repo_name, repo_url)
@@ -346,7 +346,7 @@ pub async fn install_plugin_in_two_networks() -> anyhow::Result<()> {
346
346
// Add lightningd remote repository
347
347
manager
348
348
. coffee ( )
349
- . add_remote ( "lightningd" , "https://github.com/lightningd /plugins.git" )
349
+ . add_remote ( "lightningd" , "https://github.com/tareknaser /plugins.git" )
350
350
. await
351
351
. unwrap ( ) ;
352
352
// Install summary plugin
@@ -386,7 +386,7 @@ pub async fn install_plugin_in_two_networks() -> anyhow::Result<()> {
386
386
387
387
let result = manager
388
388
. coffee ( )
389
- . add_remote ( "lightningd" , "https://github.com/lightningd /plugins.git" )
389
+ . add_remote ( "lightningd" , "https://github.com/tareknaser /plugins.git" )
390
390
. await ;
391
391
assert ! ( result. is_err( ) , "{:?}" , result) ;
392
392
// Install summary plugin
@@ -420,7 +420,7 @@ pub async fn test_double_slash() {
420
420
421
421
// Add lightningd remote repository
422
422
let repo_name = "lightningd" ;
423
- let repo_url = "https://github.com/lightningd /plugins.git" ;
423
+ let repo_url = "https://github.com/tareknaser /plugins.git" ;
424
424
manager
425
425
. coffee ( )
426
426
. add_remote ( repo_name, repo_url)
@@ -486,7 +486,7 @@ pub async fn test_plugin_installation_path() {
486
486
// Add lightningd remote repository
487
487
manager
488
488
. coffee ( )
489
- . add_remote ( "lightningd" , "https://github.com/lightningd /plugins.git" )
489
+ . add_remote ( "lightningd" , "https://github.com/tareknaser /plugins.git" )
490
490
. await
491
491
. unwrap ( ) ;
492
492
0 commit comments