Skip to content

Commit

Permalink
updated human_spec empty result from plan test
Browse files Browse the repository at this point in the history
  • Loading branch information
alex501212 committed Nov 20, 2024
1 parent 2d50da2 commit d542f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/outputter/human_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d542f74

Please sign in to comment.