From 3b2a7ffe2fb10cbbfd28cd025a31aef7f27fd092 Mon Sep 17 00:00:00 2001 From: FernTheDev <15272073+Fernthedev@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:09:57 -0400 Subject: [PATCH] Fix tests --- test_cmd/dep_add.toml | 2 +- test_cmd/dep_update.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test_cmd/dep_add.toml b/test_cmd/dep_add.toml index 9983a88f..0f3288b3 100644 --- a/test_cmd/dep_add.toml +++ b/test_cmd/dep_add.toml @@ -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 diff --git a/test_cmd/dep_update.toml b/test_cmd/dep_update.toml index 752aa443..56850d83 100644 --- a/test_cmd/dep_update.toml +++ b/test_cmd/dep_update.toml @@ -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