Skip to content

Commit 2711cf5

Browse files
committed
chore(webapp): satisfy oxfmt in enrichCreatableEvents test
1 parent 09f8259 commit 2711cf5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/webapp/app/v3/utils/enrichCreatableEvents.server.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@ describe("enrichLlmMetrics — provider-reported cost", () => {
191191

192192
it("falls back to catalog pricing when providerMetadata carries no cost field", () => {
193193
// The cheap `"cost"` guard should skip parsing and let the registry price this span.
194-
setLlmPricingRegistry(registryReturning(catalogCost({ totalCost: 0.03, matchedModelName: "claude" })));
194+
setLlmPricingRegistry(
195+
registryReturning(catalogCost({ totalCost: 0.03, matchedModelName: "claude" }))
196+
);
195197

196198
const out = enrichOne(
197199
makeEvent({

0 commit comments

Comments
 (0)