Skip to content

Commit

Permalink
chore: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
JulissaDantes committed Jul 26, 2024
1 parent b19f815 commit fd65109
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.only('runtime operations on models with immutable field', 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 fd65109

Please sign in to comment.