Skip to content

Commit

Permalink
Fix autocompletion error
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasaschan committed Sep 17, 2015
1 parent 3bbb264 commit c18cab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scaling/nointerp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ end
Test.with_handler(message_is("Must scale 2-dimensional interpolation object with exactly 2 ranges (you used 1)")) do
@test scale(itp, xs)
end
Test.with_handler(message_is("NoInterp dimension 2 must be scaled with unit range 1:3", handler)) do
Test.with_handler(message_is("NoInterp dimension 2 must be scaled with unit range 1:3")) do
@test scale(itp, xs, -1:1)
end

Expand Down

0 comments on commit c18cab2

Please sign in to comment.