Skip to content

Commit e3b2632

Browse files
committed
fix test
1 parent deca735 commit e3b2632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/test/unit/yaml-schema.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ describe('Yaml Schema Testing', () => {
544544
accessPolicy:
545545
- role: admin
546546
conditions:
547-
- if: "{ !security_context.isBlocked }"
547+
- if: "{ security_context.isNotBlocked }"
548548
rowLevel:
549549
filters:
550550
- member: status

0 commit comments

Comments
 (0)