Skip to content

Commit d542f74

Browse files
committed
updated human_spec empty result from plan test
1 parent 2d50da2 commit d542f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/outputter/human_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273

274274
it "prints empty results from a plan" do
275275
outputter.print_plan_result(Bolt::PlanResult.new([], 'success'))
276-
expect(output.string).to eq("[\n\n]\n")
276+
expect(output.string).to eq("[]\n")
277277
end
278278

279279
it "formats unwrapped ExecutionResult from a plan" do

0 commit comments

Comments
 (0)