Skip to content

Commit ba73b08

Browse files
committed
Fix tests
1 parent 8ec126f commit ba73b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{not false}}
22

3-
{{#if (not this.foo)}}
4-
{{this.foo}}
3+
{{#if (not foo)}}
4+
{{foo}}
55
{{/if}}
66

77
{{outlet}}

0 commit comments

Comments
 (0)