Skip to content

Commit

Permalink
chore: remove random word
Browse files Browse the repository at this point in the history
  • Loading branch information
JulissaDantes committed Jul 25, 2024
1 parent 3576b82 commit 10dc116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/test/runtime.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10dc116

Please sign in to comment.