Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CedNaru committed Oct 13, 2024
1 parent 1eb49e1 commit 2439b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion harness/tests/src/main/kotlin/godot/tests/Invocation.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import godot.core.variantArrayOf
import godot.extensions.getNodeAs
import godot.registration.Range
import godot.tests.subpackage.OtherScript
import godot.util.RealT
import godot.common.util.RealT
import org.joda.time.DateTime

enum class TestEnum {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import godot.Node
import godot.annotation.RegisterClass
import godot.annotation.RegisterFunction
import godot.core.Vector3
import godot.util.RealT
import godot.common.util.RealT

@RegisterClass
class Vector3Test : Node() {
Expand All @@ -17,4 +17,4 @@ class Vector3Test : Node() {
vector3[index] = realT
return vector3
}
}
}

0 comments on commit 2439b3b

Please sign in to comment.