fix: Rename freeflowuniverse to incubaid
This commit is contained in:
14
tests/main.v
14
tests/main.v
@@ -1,12 +1,12 @@
|
||||
import freeflowuniverse.herolib.threefold.incatokens
|
||||
import freeflowuniverse.herolib.core.playcmds
|
||||
import incubaid.herolib.threefold.incatokens
|
||||
import incubaid.herolib.core.playcmds
|
||||
import os
|
||||
|
||||
const heroscript_path = os.dir(@FILE) + '/data'
|
||||
|
||||
fn main() {
|
||||
playcmds.run(
|
||||
heroscript_path: heroscript_path
|
||||
)!
|
||||
println('Simulation complete!')
|
||||
}
|
||||
playcmds.run(
|
||||
heroscript_path: heroscript_path
|
||||
)!
|
||||
println('Simulation complete!')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user