Skip to content

Commit

Permalink
fixup! test: add trait tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Oct 23, 2023
1 parent 859e130 commit 51ad41f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Symbolics = "5.10"
julia = "1"

[extras]
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["SymbolicUtils", "Symbolics","Test"]

0 comments on commit 51ad41f

Please sign in to comment.