Skip to content

Commit

Permalink
✅ Fixed tests for tool logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Jul 24, 2024
1 parent 727258d commit 28f9e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/tool_executor_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
message =
"> Shell executed command:\n" +
"`test.exe --a_flag`\n" +
"> Produced output:\nsome output\n" +
"> Produced output: \nsome output\n" +
"> And terminated with exit code: [0]\n"

expect(@loginator).to receive(:log).with('', Verbosity::OBNOXIOUS)
Expand All @@ -204,7 +204,7 @@
message =
"> Shell executed command:\n" +
"`utility.out args`\n" +
"> Produced output:\nsome more output\n" +
"> Produced output: \nsome more output\n" +
"> And terminated with exit code: [37]\n"

expect(@loginator).to receive(:log).with('', Verbosity::OBNOXIOUS)
Expand Down

0 comments on commit 28f9e30

Please sign in to comment.