Skip to content

Commit

Permalink
test: Delete apparently-unnecessary test
Browse files Browse the repository at this point in the history
This test does not appear to test any important functionality. Rather, it is primarily asserting that specific messages are logged. Let's remove it so we do not need to update the test if we ever change what these logs state.
  • Loading branch information
szokeasaurusrex committed Aug 1, 2024
1 parent 8ce98a0 commit 61a3294
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions tests/integration/send_metric/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,3 @@ fn command_send_metric_help() {
fn command_send_metric_no_subcommand() {
integration::register_test("send_metric/send_metric-no-subcommand.trycmd");
}

#[test]
fn command_send_metric_global_options() {
integration::register_test("send_metric/send_metric-global-options.trycmd");
}

0 comments on commit 61a3294

Please sign in to comment.