Skip to content

Commit 025bec0

Browse files
committed
chore: remove .only
1 parent 1aeaa8b commit 025bec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/test/runtime.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ describe('runtime', () => {
975975
expect(unsetRes.data).toMatchSnapshot()
976976
}, 30000)
977977

978-
test.only('runtime operations on models with immutable field', async () => {
978+
test('runtime operations on models with immutable field', async () => {
979979
const postWithImmutableFieldSchema = `
980980
interface TestInterface @createModel(description: "Test interface with immutable field") {
981981
testField: String @string(maxLength: 50) @immutable

0 commit comments

Comments
 (0)