Skip to content

Commit 29e81f4

Browse files
Update spec/lib/auth0/api/v2/organizations_spec.rb
Co-authored-by: Rita Zerrizuela <[email protected]>
1 parent 6f31af5 commit 29e81f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/lib/auth0/api/v2/organizations_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -693,8 +693,8 @@
693693
end
694694
end
695695

696-
context '.delete_organizations_client_grants' do
697-
it 'is expected to respond to a delete_organizations_client_grants method' do
696+
context '.delete_organizations_client_grant' do
697+
it 'is expected to respond to a delete_organizations_client_grant method' do
698698
expect(@instance).to respond_to(:delete_organizations_client_grant)
699699
end
700700

0 commit comments

Comments
 (0)