Skip to content

Commit ff99429

Browse files
committed
fix rubocop
1 parent b63da05 commit ff99429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/blnk/test_balance.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def stub_find_balance_request_with_error
77
.to_return_json(body: { error: 'balance with ID \'BALANCE_ID\' not found' }, status: 400)
88
end
99

10-
def balance_response_body
10+
def balance_response_body # rubocop:disable Metrics/MethodLength
1111
{ balance: 0,
1212
version: 1,
1313
inflight_balance: 0,

0 commit comments

Comments
 (0)