Skip to content

Commit 657ede2

Browse files
test: Test logs help message (#2689)
We have the `.trycmd` file there already, but we never test it.
1 parent 1dcc54d commit 657ede2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/integration/logs.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ fn command_logs_zero_max_rows() {
3737
fn command_logs_list_help() {
3838
TestManager::new().register_trycmd_test("logs/logs-list-help.trycmd");
3939
}
40+
41+
#[test]
42+
fn command_logs_help() {
43+
TestManager::new().register_trycmd_test("logs/logs-help.trycmd");
44+
}

0 commit comments

Comments
 (0)