Skip to content

Commit 76e70dc

Browse files
committed
fix test file comment, remove obsolete const, remove test verbosity
1 parent 6196918 commit 76e70dc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/test-selection.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# File: test/test_test-selection.jl
1+
# Tests of jets selection functionality
22

33
include("common.jl")
4-
const test_cone_size = 0.4
54

65
""" Helper function to test exclusive jets selection with given algorithm power argument."""
76
function test_exclusive_jets_power(event, algo; p = nothing, should_throw::Bool)
@@ -23,7 +22,7 @@ function test_exclusive_jets_power(event, algo; p = nothing, should_throw::Bool)
2322
end
2423
end
2524

26-
@testset "Exclusive jets selection algorithm power requirements" verbose=true begin
25+
@testset "Exclusive jets selection algorithm power requirements" begin
2726
pp_event = first(JetReconstruction.read_final_state_particles(events_file_pp))
2827
ee_event = first(JetReconstruction.read_final_state_particles(events_file_ee))
2928

0 commit comments

Comments
 (0)