Skip to content

Commit

Permalink
Merge branch 'development' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
froehlichA committed Jan 13, 2022
2 parents 4a41421 + 88acea9 commit a4af01c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/api/tcfclient.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
discard """
cmd: "nim $target --hints:on -d:testing -d:ssl --nimblePath:tests/deps $options $file"
disabled: "win"
"""

import asyncdispatch, options, sequtils, sugar
Expand Down
2 changes: 1 addition & 1 deletion tests/api/tmetadata.nim
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ block: # getModloaderId - Forge
doAssert id1.read().isNone()
doAssert id2.read().isNone()
doAssert id3.read().isNone()
doAssert id4.read().get() == "forge-14.23.5.2855"
doAssert id4.read().get() == "forge-14.23.5.2859"
doAssert id5.read().get() == "forge-14.21.1.2387"
doAssert id6.read().get() == "forge-32.0.108"
doAssert id7.read().get() == "forge-34.1.0"
Expand Down

0 comments on commit a4af01c

Please sign in to comment.