File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ version = "0.1.0"
6
6
[deps ]
7
7
JSON = " 682c06a0-de6a-54ab-a142-c8b1cf79cde6"
8
8
UUIDs = " cf7118a7-6976-5b1a-9a39-7adc72f591a4"
9
-
9
+ Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c "
10
10
[compat ]
11
11
julia = " 1"
12
12
13
13
[extras ]
14
14
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
15
-
15
+ Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c "
16
16
[targets ]
17
17
test = [" Test" ]
Original file line number Diff line number Diff line change 1
- include (" pluto2jupyter .jl" )
2
- include (" jupyter2pluto .jl" )
1
+ include (" test_pluto2jupyter .jl" )
2
+ include (" test_jupyter2pluto .jl" )
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ $code_line""")
77
77
@test jcode_dict[" execution_count" ] != 0
78
78
code_lines = string .(split (code_line, " \n " ))
79
79
for (index, line) in enumerate (jcode_dict[" source" ])
80
- @info line
81
80
if (line == " \n " )
82
81
@test false
83
82
end
You can’t perform that action at this time.
0 commit comments