From 10dc116134f6534601a780db9938bca60fe1f875 Mon Sep 17 00:00:00 2001 From: JulissaDantes Date: Thu, 25 Jul 2024 14:08:41 -0400 Subject: [PATCH] chore: remove random word --- packages/runtime/test/runtime.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime/test/runtime.test.ts b/packages/runtime/test/runtime.test.ts index feb2f932..00b41430 100644 --- a/packages/runtime/test/runtime.test.ts +++ b/packages/runtime/test/runtime.test.ts @@ -975,7 +975,7 @@ describe('runtime', () => { expect(unsetRes.data).toMatchSnapshot() }, 30000) - test('runtime operations on models with immutable field random', async () => { + test('runtime operations on models with immutable field', async () => { const postWithImmutableFieldSchema = ` interface TestInterface @createModel(description: "Test interface with immutable field") { testField: String @string(maxLength: 50) @immutable