Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greimel committed Sep 19, 2019
1 parent 54e02ce commit 28990fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/15_extras.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ end
x = 0.15:0.20:0.95
p = [0, 0.4, 0.8, 1.0]

@test cut(x, p, labels=my_formatter2) ==
@test cut(x, p, labels=my_formatter) ==
["1: 0.0 -- 0.4", "1: 0.0 -- 0.4", "2: 0.4 -- 0.8", "2: 0.4 -- 0.8", "3: 0.8 -- 1.0"]
end

Expand Down

0 comments on commit 28990fc

Please sign in to comment.