Skip to content

Commit 17b9e3a

Browse files
committed
minor fixes
1 parent 9c2913b commit 17b9e3a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ version = "0.1.0"
66
[deps]
77
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
88
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
9-
9+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1010
[compat]
1111
julia = "1"
1212

1313
[extras]
1414
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15-
15+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1616
[targets]
1717
test = ["Test"]

test/runtests.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include("pluto2jupyter.jl")
2-
include("jupyter2pluto.jl")
1+
include("test_pluto2jupyter.jl")
2+
include("test_jupyter2pluto.jl")

test/test_pluto2jupyter.jl

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ $code_line""")
7777
@test jcode_dict["execution_count"] != 0
7878
code_lines = string.(split(code_line, "\n"))
7979
for (index, line) in enumerate(jcode_dict["source"])
80-
@info line
8180
if (line == "\n")
8281
@test false
8382
end

0 commit comments

Comments
 (0)