Skip to content

Commit

Permalink
fix descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
LeipeLeon committed Sep 23, 2021
1 parent ed787d8 commit b54df64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/helpers/jwt_conditions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
end
end

context 'when exp is not a integer' do
context 'when iat is not a integer' do
let(:jwt_iat) { Time.now }

it 'raises an exception' do
Expand All @@ -59,7 +59,7 @@
end
end

context 'when jwt iss is different to user_identity' do
context 'when jwt sub is different to user_identity' do
let(:jwt_sub) { '1234.5678.911' }

it 'raises an exception' do
Expand All @@ -69,7 +69,7 @@
end
end

context 'when jwt_aud is different to apple_client_id' do
context 'when jwt aud is different to apple_client_id' do
let(:jwt_aud) { 'net.apple_auth' }

it 'raises an exception' do
Expand Down

0 comments on commit b54df64

Please sign in to comment.