This commit is contained in:
JMARyA 2024-07-15 12:56:31 +02:00
parent 9e7ee27253
commit daf906a3ff
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 111 additions and 174 deletions

View file

@ -150,7 +150,6 @@ fn main() {
let mut diff = serde_json::to_value(diff).unwrap();
if let Some(test_cases) = args.get_many::<String>("test") {
// TODO : Multiple test arguments
let test_cases: Vec<_> = test_cases.collect();
let path = test_cases.get(0).unwrap();