add test for adapted_grid usage

This commit is contained in:
Simon Christ 2019-09-28 22:34:32 +02:00 committed by GitHub
parent 216dae97fc
commit 62fe5d003e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,6 +93,7 @@ end
for plt in plots
display(plt)
end
@test_nowarn plot(x->x^2,0,2)
end
@testset "EmptyAnim" begin