lib/workato/connector/sdk/stream.rb in workato-connector-sdk-1.3.5 vs lib/workato/connector/sdk/stream.rb in workato-connector-sdk-1.3.6
- old
+ new
@@ -1,10 +1,8 @@
# typed: strict
# frozen_string_literal: true
-using Workato::Extension::HashWithIndifferentAccess
-
module Workato
module Connector
module Sdk
module SorbetTypes
StreamProc = T.type_alias do
@@ -150,10 +148,10 @@
def from_mock(hash)
case hash[:chunks]
when Proc
Proxy.new(
name: hash[:name],
- input: HashWithIndifferentAccess.wrap(hash[:input] || {}),
+ input: Utilities::HashWithIndifferentAccess.wrap(hash[:input] || {}),
stream: Stream.new(
stream: hash[:chunks],
connection: Connection.new(
connection: hash[:connection] || {},
settings: hash[:settings] || {}