mirror of
https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess.git
synced 2025-07-01 17:19:29 +09:00
refactor: separate master reading part as a mod
This commit is contained in:
parent
2258067f48
commit
b927f5923e
3 changed files with 319 additions and 294 deletions
|
@ -30,7 +30,13 @@ mod integrated_test {
|
|||
let r = BufReader::new(f);
|
||||
assert!(r
|
||||
.lines()
|
||||
.any(|line| { line.unwrap().contains("8868,,A-0-1,0,1,1,0,1,8,1,") }));
|
||||
.any(|line| {
|
||||
line
|
||||
.unwrap()
|
||||
.contains(
|
||||
"8866,,A-0-0,0,1,1,0,1,8,1,,2024-07-20T17:15:46Z,20240720_171418.log,0.1.0,alice,,,,"
|
||||
)
|
||||
}));
|
||||
}
|
||||
|
||||
// 2nd file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue