Skip to content

Commit c6c3aa1

Browse files
authored
Merge pull request #29 from LilithHafner/patch-1
Fix typo in runtests.jl
2 parents 415142e + 10fa2be commit c6c3aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ using Test
1717
z = @testsnippet Bar begin
1818
println("Hello world")
1919
end
20-
@test z ===nothing
20+
@test z === nothing
2121
end

0 commit comments

Comments
 (0)