Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khosravipasha committed Jun 8, 2024
1 parent 3c1dbfb commit 3dc62db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ StatsFuns = "0.9"
Tables = "1"
TikzGraphs = "1.3"
julia = "1.6"
LazyArtifacts = "1"
Statistics = "1"
Random = "1"
Pkg = "1"

3 changes: 2 additions & 1 deletion test/aqua_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ using Test
@testset "Aqua tests" begin
Aqua.test_all(LogicCircuits,
ambiguities = false,
unbound_args= false)
unbound_args= false,
piracies = false)
end

0 comments on commit 3dc62db

Please sign in to comment.