Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit 07977ad

Browse files
committed
Fixed rubocop warning
1 parent cdd5b3a commit 07977ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/requests/git_hub/client_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def test_rate_limit_presence
134134
response = VCR.use_cassette('git_hub/commits/successful') do
135135
@client.commits_for(@oc, @pr_number, 1)
136136
end
137-
137+
138138
assert_equal '57', response.headers['X-RateLimit-Remaining']
139139
assert_equal '60', response.headers['X-RateLimit-Limit']
140140
assert_equal '1503866476', response.headers['X-RateLimit-Reset']

0 commit comments

Comments
 (0)