Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Sep 2, 2024
1 parent a9ec90a commit 3b2a7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_cmd/dep_add.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bin.name = "qpm"
args = "dependency add beatsaber-hook"
args = "dependency add beatsaber-hook --version 5.1.9"

fs.sandbox = true
binary = true
Expand Down
2 changes: 1 addition & 1 deletion test_cmd/dep_update.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bin.name = "qpm"
args = "dependency add beatsaber-hook"
args = "dependency add beatsaber-hook --version 5.1.9"
fs.sandbox = true
binary = true

0 comments on commit 3b2a7ff

Please sign in to comment.