Skip to content

Commit 82e2732

Browse files
committed
add-tests
Signed-off-by: yaacov <kobi.zamir@gmail.com>
1 parent dfbe4b6 commit 82e2732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v6/pkg/walkers/semantics/walk_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ var _ = Describe("Walk", func() {
167167
Entry("all with boolean array", "all booleans", false),
168168
Entry("len in comparison", "len numbers = 3", true),
169169
Entry("any with complex expression", "any (numbers * 2 > 5)", true),
170-
//Entry("all with complex expression", "all ((numbers + 10) > 10)", true),
170+
Entry("all with complex expression", "all ((numbers + 10) > 10)", true),
171171
)
172172
})
173173

0 commit comments

Comments
 (0)