Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 8, 2024
1 parent b40f588 commit 039d7f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/console.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def before
super
end

def after
def after(error = nil)
subject.logger = @original_logger

super
Expand Down
2 changes: 1 addition & 1 deletion test/console/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def before
super
end

def after
def after(error = nil)
$DEBUG = @debug
$VERBOSE = @verbose
super
Expand Down

0 comments on commit 039d7f0

Please sign in to comment.