Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Aug 18, 2023
1 parent 020efd5 commit 33e2791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hearth/spec/hearth/refreshing_identity_resolver_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def refresh(properties = {})
end

it 'refreshes synchronously' do
expect(Thread).not_to receive(:new)
expect(proc).to receive(:call)
.with(properties).and_return(near_sync_expiration_identity)
expect(proc).to receive(:call)
Expand Down

0 comments on commit 33e2791

Please sign in to comment.