Skip to content

Commit c793630

Browse files
authored
Update runtests.jl
Added blank description "" to top level testset in order to minimize the footprint of the description being prefixed to the lower level testsets' names on the website.
1 parent 66918e2 commit c793630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/connect/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using Test
22

33
include("connect.jl")
44

5-
@testset verbose = true begin
5+
@testset verbose = true "" begin
66
@testset "an empty board has no winner" begin
77
board = [
88
". . . . .",

0 commit comments

Comments
 (0)