Skip to content

Commit 9a505f4

Browse files
committed
oops, fix test which broke when cleaning up PR
1 parent 52e260f commit 9a505f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/IJulia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import Base.invokelatest
3838
import Dates
3939
using Dates: now
4040
import Random
41-
using Base64: Base64EncodePipe
41+
using Base64: Base64EncodePipe, base64decode
4242
import REPL
4343

4444
const depfile = joinpath(dirname(@__FILE__), "..", "deps", "deps.jl")

test/inline.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using Test
2-
import IJulia: InlineIOContext
2+
import IJulia: InlineIOContext, png_wh
33

44
@testset "Custom Jupyter inline display" begin
55
@eval struct TestDataType
@@ -22,7 +22,7 @@ import IJulia: InlineIOContext
2222

2323
Base.show(InlineIOContext(buf), MIME("text/plain"), data)
2424
@test String(take!(buf)) == "TestDataType: Jupyter: \"foo\""
25-
25+
2626
# test that we can extract a PNG header
2727
@test png_wh(
2828
"iVBORw0KGgoAAAANSUhEUgAAAAUAAAAMCAYAAACqYHctAAAAE0lEQVR42mNk+P+/ngENMI4MQQCgfR3py/"

0 commit comments

Comments
 (0)