Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 2, 2024
1 parent f880630 commit 683e59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/async/dns/server_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def before
@server_task.wait
end

def after
def after(error = nil)
@server_task&.stop
@bound_endpoint&.close

Expand Down

0 comments on commit 683e59e

Please sign in to comment.