Skip to content

Commit 4875775

Browse files
committed
Remove JuliaFormatter test
1 parent 816f741 commit 4875775

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

test/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
33
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
44
Interfaces = "85a1e053-f937-4924-92a5-1367d23b7b87"
5-
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
65
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
76
MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
87
Multigraphs = "7ebac608-6c66-46e6-9856-b5f43e107bac"

test/runtests.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
using Aqua
22
using GraphsInterfaceChecker
3-
using JuliaFormatter
43
using Test
54

65
@testset verbose = true "GraphsInterfaceChecker.jl" begin
76
@testset "Aqua" begin
87
Aqua.test_all(GraphsInterfaceChecker)
98
end
10-
@testset "JuliaFormatter" begin
11-
@test JuliaFormatter.format(GraphsInterfaceChecker; overwrite=false)
12-
end
139
@testset "Graphs.jl" begin
1410
include("graphs.jl")
1511
end

0 commit comments

Comments
 (0)