Skip to content

Commit

Permalink
Fix one more and_call_original-related flaky spec (#8392)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Nov 14, 2023
1 parent ffd6031 commit d74fb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/spec/dependabot/bundler/update_checker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
function: "dependency_source_type",
options: anything,
args: anything
}).and_call_original
}).and_return("private")

allow(Dependabot::Bundler::NativeHelpers)
.to receive(:run_bundler_subprocess)
Expand Down

0 comments on commit d74fb78

Please sign in to comment.