Skip to content

Commit daaa0cc

Browse files
committed
Indentation
1 parent bf0b310 commit daaa0cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/15_extras.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,9 @@ end
373373
@testset "cut when quantile falls exactly on a data value" begin
374374
x = cut([11, 14, 43, 54, 54, 56, 73, 79, 84, 84], 3)
375375
@test x ==
376-
["Q1: [11, 54)", "Q1: [11, 54)", "Q1: [11, 54)",
377-
"Q2: [54, 73)", "Q2: [54, 73)", "Q2: [54, 73)",
378-
"Q3: [73, 84]", "Q3: [73, 84]", "Q3: [73, 84]", "Q3: [73, 84]"]
376+
["Q1: [11, 54)", "Q1: [11, 54)", "Q1: [11, 54)",
377+
"Q2: [54, 73)", "Q2: [54, 73)", "Q2: [54, 73)",
378+
"Q3: [73, 84]", "Q3: [73, 84]", "Q3: [73, 84]", "Q3: [73, 84]"]
379379
@test levels(x) == ["Q1: [11, 54)", "Q2: [54, 73)", "Q3: [73, 84]"]
380380
end
381381

0 commit comments

Comments
 (0)