Skip to content

Commit 018fd3c

Browse files
authored
Remove settings_all test as we now redirect that to qchat binary (#833)
1 parent 0a8eb2d commit 018fd3c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

crates/q_cli/tests/cli_settings.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@ mod common;
22

33
use common::*;
44

5-
#[test]
6-
fn settings_all() -> Result<()> {
7-
cli().args(["settings", "all"]).assert().success();
8-
cli()
9-
.args(["settings", "all", "-f", "json"])
10-
.assert()
11-
.stdout(is_json())
12-
.success();
13-
Ok(())
14-
}
15-
165
#[test]
176
fn settings_get() -> Result<()> {
187
cli()

0 commit comments

Comments
 (0)