diff --git a/spec/unit/outputter/human_spec.rb b/spec/unit/outputter/human_spec.rb index 49b919f15e..ab8e3d3909 100644 --- a/spec/unit/outputter/human_spec.rb +++ b/spec/unit/outputter/human_spec.rb @@ -273,7 +273,7 @@ it "prints empty results from a plan" do outputter.print_plan_result(Bolt::PlanResult.new([], 'success')) - expect(output.string).to eq("[\n\n]\n") + expect(output.string).to eq("[]\n") end it "formats unwrapped ExecutionResult from a plan" do