Skip to content

Commit 07100cd

Browse files
committed
update test
1 parent 2629743 commit 07100cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/directives/test_block.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_if():
103103
assert isinstance(directive, IfBlock)
104104
assert directive.is_block
105105
assert not directive.self_context
106-
assert not directive.provide_variables
106+
assert directive.provide_variables
107107
assert directive.variable == '$some'
108108
assert directive.operand is None
109109
assert directive.value is None

0 commit comments

Comments
 (0)