diff options
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/trpc/routers/users.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/trpc/routers/users.test.ts b/packages/trpc/routers/users.test.ts index 38ce2353..605d14fc 100644 --- a/packages/trpc/routers/users.test.ts +++ b/packages/trpc/routers/users.test.ts @@ -168,7 +168,7 @@ describe("User Routes", () => { autoSummarizationEnabled: null, autoTaggingEnabled: null, inferredTagLang: null, - tagStyle: "lowercase-hyphens", + tagStyle: "titlecase-spaces", }); // Update settings |
