mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
style(ui): format the stale preview regression test
This commit is contained in:
parent
27d63d57e4
commit
beccf1c083
1 changed files with 1 additions and 3 deletions
|
|
@ -99,9 +99,7 @@ describe("CustomTierPromptEditor", () => {
|
|||
|
||||
resolveFirst("assembled from the stale draft");
|
||||
await new Promise((resolve) => setTimeout(resolve, 0));
|
||||
expect(screen.getByLabelText("Assembled classifier prompt")).toHaveTextContent(
|
||||
"assembled from the edited draft",
|
||||
);
|
||||
expect(screen.getByLabelText("Assembled classifier prompt")).toHaveTextContent("assembled from the edited draft");
|
||||
});
|
||||
|
||||
it("keeps the editor usable when the preview cannot be fetched", async () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue