Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Dec 11, 2021
1 parent c39d132 commit 3115558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Expand Up @@ -24,6 +24,6 @@ using Test, OhMyREPL, CodeTracking

s = read(rd, String)
redirect_stdout(original_stdout)
@test contains(s, "\e[")
@test contains(s, "AbstractRange")
@test occursin("\e[", s)
@test occursin("AbstractRange",s)
end

0 comments on commit 3115558

Please sign in to comment.