chore: cargo fmt
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 2s

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-08-20 22:30:33 +02:00
parent 0ec3de9003
commit dd7b419d37

View file

@ -742,9 +742,6 @@ mod tests {
client.calls.into_inner().pop().unwrap()
})
.collect();
assert_eq!(
recorded[0], recorded[1],
"vllm request drifted from openai"
);
assert_eq!(recorded[0], recorded[1], "vllm request drifted from openai");
}
}