Skip to content

Commit 91a82ee

Browse files
committed
test: remove test .only
1 parent 178a666 commit 91a82ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/nestjs-backend/test/formula.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ describe('OpenAPI formula (e2e)', () => {
12861286
}
12871287
);
12881288

1289-
it.only('should evaluate nested FIND formula on select field consistently', async () => {
1289+
it('should evaluate nested FIND formula on select field consistently', async () => {
12901290
const assignmentField = await createField(table1Id, {
12911291
name: '归属/对接',
12921292
type: FieldType.SingleSelect,

0 commit comments

Comments
 (0)