Skip to content

Commit

Permalink
address a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Jan 16, 2024
1 parent 01a7870 commit 7c4bdca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/packages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
@test GAP.Packages.locate_package("no such package") == ""

@test GAP.Packages.install("fga", interactive = false)
@test ! isempty(GAP.Packages.locate_package("fga"))
@test ! isempty(GAP.Packages.locate_package("FGA"))
@test GAP.Packages.remove("fga", interactive = false)

# pkgdir = mktempdir()
Expand Down

0 comments on commit 7c4bdca

Please sign in to comment.