Skip to content

Commit

Permalink
Fix test namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Dec 19, 2024
1 parent 5cf6eb5 commit 61805c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/show.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1753,8 +1753,8 @@ end
true
end
M = MyBigFill(4, (big(2)^65, 3))
@test arrstr(M, 3) == "36893488147419103232×3 MyBigFill{Int64, 2}: …"
@test arrstr(M, 8) == "36893488147419103232×3 MyBigFill{Int64, 2}:\n 4 4 4\n 4 4 4\n\n 4 4 4"
@test arrstr(M, 3) == "36893488147419103232×3 $MyBigFill{Int64, 2}: …"
@test arrstr(M, 8) == "36893488147419103232×3 $MyBigFill{Int64, 2}:\n 4 4 4\n 4 4 4\n\n 4 4 4"
end
end

Expand Down

0 comments on commit 61805c4

Please sign in to comment.