Skip to content

Commit 98a7c24

Browse files
committed
fix coverage
1 parent 02db8c9 commit 98a7c24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/utils.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ end
5858
@test occursin("y_true", s)
5959
@test occursin("instance=\"this is an instance\"", s)
6060

61+
@test propertynames(sample) == (:x, , :y, :info, :instance)
62+
6163
# Create a dataset for testing
6264
N = 5
6365
dataset = [random_sample() for _ in 1:N]

0 commit comments

Comments
 (0)