Skip to content

Commit

Permalink
Update spec/lib/auth0/api/v2/organizations_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Rita Zerrizuela <[email protected]>
  • Loading branch information
adamjmcgrath and Widcket authored Nov 10, 2023
1 parent 6f31af5 commit 29e81f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/lib/auth0/api/v2/organizations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,8 @@
end
end

context '.delete_organizations_client_grants' do
it 'is expected to respond to a delete_organizations_client_grants method' do
context '.delete_organizations_client_grant' do
it 'is expected to respond to a delete_organizations_client_grant method' do
expect(@instance).to respond_to(:delete_organizations_client_grant)
end

Expand Down

0 comments on commit 29e81f4

Please sign in to comment.