add: test case (20.log)

This commit is contained in:
Wataru Otsubo 2024-07-23 22:51:48 +09:00
parent fb5160d2d9
commit a57813192f
2 changed files with 50 additions and 1 deletions

View file

@ -48,7 +48,7 @@ mod integrated_test {
let mut cmd = Command::cargo_bin("psb-qaqc")?;
cmd.current_dir("tests")
.arg("add-master-log")
.arg("./example_logs/valid/7.log")
.arg("./example_logs/valid/20.log")
.arg(test_out.as_path())
.assert()
.success();