Skip to content

Commit 01878ec

Browse files
committed
Fix Aqua tests
Julia v1.6 uses different Project.toml formatting
1 parent edd5fe8 commit 01878ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Test, LinearMaps, Aqua
22

33
@testset "code quality" begin
4-
Aqua.test_all(LinearMaps)
4+
Aqua.test_all(LinearMaps, project_toml_formatting=VERSIONv"1.6")
55
end
66

77
include("linearmaps.jl")

0 commit comments

Comments
 (0)