Skip to content

Commit c4eebc6

Browse files
committed
✏️ Fix typo
1 parent db91e40 commit c4eebc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/oauth2/access_token_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def assert_initialized_token(target)
144144
end
145145

146146
context "with options" do
147-
subject(:target) { described_class.new(client, token, **options) }
147+
subject(:target) { described_class.new(client, token, options) }
148148

149149
context "with body mode" do
150150
let(:mode) { :body }

0 commit comments

Comments
 (0)