fix: Rename freeflowuniverse to incubaid

This commit is contained in:
Mahmoud-Emad
2025-10-12 12:30:19 +03:00
parent 801c4abb43
commit 8f2d187b17
1593 changed files with 8753 additions and 8300 deletions

View File

@@ -1,7 +1,7 @@
module tests
import freeflowuniverse.herolib.develop.gittools
import freeflowuniverse.herolib.osal.core as osal
import incubaid.herolib.develop.gittools
import incubaid.herolib.osal.core as osal
import os
import time

View File

@@ -1,6 +1,6 @@
module tests
import freeflowuniverse.herolib.osal.core as osal
import incubaid.herolib.osal.core as osal
import os
import time
@@ -34,7 +34,7 @@ fn create_new_file(repo_path string) !string {
fn setup_repo() !GittoolsTests {
ts := GittoolsTests{
coderoot: '/tmp/code'
repo_url: 'https://github.com/freeflowuniverse/test_repo.git'
repo_url: 'https://github.com/incubaid/test_repo.git'
}
if os.exists(ts.coderoot) {