Skip to content

Commit b59f638

Browse files
committed
Add rego.v1 import to rego files
1 parent d070729 commit b59f638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

org-policy/test.rego

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package diamond.policy
22

3-
import future.keywords
3+
import rego.v1
44

55
# METADATA
66
# description: 'hello_world only if {"hello": "world"}'

org-policy/test_test.rego

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package diamond.policy_test
22

33
import data.diamond.policy
4-
import future.keywords
4+
import rego.v1
55

66
# Recommended pattern for naming:
77
# Tests for foo.rego are stored in foo_test.rego

0 commit comments

Comments
 (0)