Skip to content

Commit

Permalink
test: batch update tests (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
szokeasaurusrex authored Nov 7, 2024
1 parent 365ba3a commit 7298f0a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/integration/update.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
use crate::integration::register_test;

#[test]
fn command_update_help() {
register_test("update/update-help.trycmd");
}

#[test]
fn command_update() {
register_test("update/update.trycmd");
register_test("update/*.trycmd");
}

0 comments on commit 7298f0a

Please sign in to comment.