Skip to content

Commit a51dd6b

Browse files
committed
02c fixup2
1 parent e5db1d8 commit a51dd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/deferred_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def read_win_file_if_exists(path)
7171

7272
# NEW 02c: inline Deferred on the DSC property (no variable intermediary)
7373
it '02c: passing a Deferred inline while calling an epp' do
74-
apply = apply_manifest_debug(dsc_deferred_epp_inline)
74+
apply = apply_manifest(dsc_deferred_epp_inline)
7575
out = read_win_file_if_exists('C:/Temp/from_dsc_inline.txt')
7676
content = out[:content].strip
7777
if out[:exists] && content == 'hello-dsc-epp'

0 commit comments

Comments
 (0)