Skip to content

Commit 6f39ed4

Browse files
committed
fixup
1 parent 5be1dd7 commit 6f39ed4

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
@@ -35,7 +35,7 @@ def read_win_file_if_exists(path)
3535
end
3636

3737
it 'control (01b): native file + Deferred resolves to hello-file (EPP)' do
38-
result = idempotent_apply_debug(dsc_control_manifest_epp)
38+
result = idempotent_apply(dsc_control_manifest_epp)
3939
expect(result.exit_code).to eq(0)
4040
out = read_win_file_if_exists('C:/Temp/deferred_ok.txt')
4141
expect(out[:exists]).to be(true)

0 commit comments

Comments
 (0)