Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Nov 21, 2024
1 parent 63f07b3 commit cf5aa48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tsat.nim
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ suite "SAT solver":

test "should be able to get all the released PackageVersions from a git local repository":
var options = initOptions()
options.maxTaggedVersions = 0 #all
options.nimBin = some options.makeNimBin("nim")
options.config.packageLists["official"] = PackageList(name: "Official", urls: @[
"https://raw.githubusercontent.com/nim-lang/packages/master/packages.json",
Expand Down

0 comments on commit cf5aa48

Please sign in to comment.