Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Aug 21, 2024
1 parent 1212b43 commit 6767c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
subject.stub_responses(
:start_event_stream,
WhiteLabel::Errors::ClientError.new(
data: Types::ClientError.new,
data: WhiteLabel::Types::ClientError.new,
error_code: 'ClientError'
)
)
Expand Down

0 comments on commit 6767c20

Please sign in to comment.