Compare commits

...

1 commit
v0.2.0 ... main

Author SHA1 Message Date
dd7b419d37 chore: cargo fmt
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 2s
Signed-off-by: flemming-it <sf@flemming.it>
2026-08-20 22:30:33 +02:00

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");
}
}