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

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-08-20 22:30:30 +02:00
parent e848341078
commit 027793bb02

View file

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