Skip to content

Commit eb847bd

Browse files
committed
tests: hoist StructTypes import
1 parent 19d0b92 commit eb847bd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using SurrealDB
22
using Test
33
using Sockets
4+
using StructTypes # test_types.jl extends StructType; needs module-scope visibility
45

56
include("setup.jl")
67

test/sdk/test_types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using StructTypes
1+
# StructTypes imported at runtests.jl top.
22

33
@testset "Show methods" begin
44
# Compact show output for human-readable REPL printing.

0 commit comments

Comments
 (0)