lib/async/http/mock/endpoint.rb in async-http-0.76.0 vs lib/async/http/mock/endpoint.rb in async-http-0.77.0

- old
+ new

@@ -1,12 +1,12 @@ # frozen_string_literal: true # Released under the MIT License. # Copyright, 2024, by Samuel Williams. -require_relative '../protocol' +require_relative "../protocol" -require 'async/queue' +require "async/queue" module Async module HTTP module Mock # This is an endpoint which bridges a client with a local server.