We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d50da2 commit d542f74Copy full SHA for d542f74
spec/unit/outputter/human_spec.rb
@@ -273,7 +273,7 @@
273
274
it "prints empty results from a plan" do
275
outputter.print_plan_result(Bolt::PlanResult.new([], 'success'))
276
- expect(output.string).to eq("[\n\n]\n")
+ expect(output.string).to eq("[]\n")
277
end
278
279
it "formats unwrapped ExecutionResult from a plan" do
0 commit comments