fix: fix tests

This commit is contained in:
lalvarezt 2025-07-28 16:09:45 +02:00
parent 15cd53b76f
commit 5da13a76b4

View File

@ -51,10 +51,12 @@ f9 = "actions:lsman"
[actions.thebatman]
description = "show file content"
command = "cat '{}'"
mode = "execute"
[actions.lsman]
description = "show stats"
command = "ls '{}'"
mode = "execute"
"#;
write_toml_config(&cable_dir, "files.toml", files_toml_content);
@ -114,10 +116,12 @@ f9 = "actions:lsman"
[actions.thebatman]
description = "show file content"
command = "cat '{}'"
mode = "execute"
[actions.lsman]
description = "show stats"
command = "ls '{}'"
mode = "execute"
"#;
write_toml_config(&cable_dir, "files.toml", files_toml_content);