Skip to content

Commit

Permalink
feat: rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiguelpinto committed Oct 2, 2024
1 parent 798d186 commit b52ff58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

before do
allow(LagoHttpClient::Client).to receive(:new)
.with(endpoint)
.and_return(http_client)
.with(endpoint)
.and_return(http_client)
allow(http_client).to receive(:post_with_response).and_return(response)

integration.invoices_properties_version = nil
Expand Down Expand Up @@ -65,4 +65,4 @@
end
end
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

before do
allow(LagoHttpClient::Client).to receive(:new)
.with(endpoint)
.and_return(http_client)
.with(endpoint)
.and_return(http_client)
allow(http_client).to receive(:post_with_response).and_return(response)

integration.subscriptions_properties_version = nil
Expand Down Expand Up @@ -65,4 +65,4 @@
end
end
end
end
end

0 comments on commit b52ff58

Please sign in to comment.