Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 13, 2024
1 parent e52faa5 commit 4ea3377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlotsBase/test/test_components.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@test PlotsBase.translate(square, 0, 1).x == squareUp.x
@test PlotsBase.translate(square, 0, 1).y == squareUp.y

@test PlotsBase.center(translate!(square, 1)) == (1.5, 1.5)
@test PlotsBase.center(PlotsBase.translate!(square, 1)) == (1.5, 1.5)
end

@testset "Rotate" begin
Expand Down

0 comments on commit 4ea3377

Please sign in to comment.