1 parent 19d0b92 commit eb847bdCopy full SHA for eb847bd
2 files changed
test/runtests.jl
@@ -1,6 +1,7 @@
1
using SurrealDB
2
using Test
3
using Sockets
4
+using StructTypes # test_types.jl extends StructType; needs module-scope visibility
5
6
include("setup.jl")
7
test/sdk/test_types.jl
@@ -1,4 +1,4 @@
-using StructTypes
+# StructTypes imported at runtests.jl top.
@testset "Show methods" begin
# Compact show output for human-readable REPL printing.
0 commit comments