Skip to content

Commit

Permalink
Update spec/mongoid/interceptable_spec.rb to use logger
Browse files Browse the repository at this point in the history
Co-authored-by: Jamis Buck <[email protected]>
  • Loading branch information
adviti-mishra and jamis authored Jul 19, 2024
1 parent 215513d commit 8ea5046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mongoid/interceptable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2613,7 +2613,7 @@ class Daughter
private

def log_callback
flag_around_save = true
logger.debug('callback invoked')
end
end

Expand Down

0 comments on commit 8ea5046

Please sign in to comment.