Skip to content

Commit 28e8d1a

Browse files
committed
formatting fix
1 parent f5ce5cb commit 28e8d1a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/resources/Account_test.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,10 @@ def test_retrieve_card_brands(setup):
326326
'issuer': card_brand_create_response['issuer'],
327327
'last4': '1580',
328328
'brands': [{
329-
+ 'art_id': 'art_pCc787cy3ciWp',
330-
+ 'id': 'brand_UBwVzXjpP4PJ6',
331-
+ 'name': 'Chase Sapphire Reserve',
332-
+ 'url': 'https://static.methodfi.com/card_brands/1b7ccaba6535cb837f802d968add4700.png'}],
329+
'art_id': 'art_pCc787cy3ciWp',
330+
'id': 'brand_UBwVzXjpP4PJ6',
331+
'name': 'Chase Sapphire Reserve',
332+
'url': 'https://static.methodfi.com/card_brands/1b7ccaba6535cb837f802d968add4700.png'}],
333333
'shared': False,
334334
'source': "network",
335335
'error': None,
@@ -353,10 +353,10 @@ async def test_list_card_brands(setup):
353353
'issuer': card_brand_create_response['issuer'],
354354
'last4': '1580',
355355
'brands': [{
356-
+ 'art_id': 'art_pCc787cy3ciWp',
357-
+ 'id': 'brand_UBwVzXjpP4PJ6',
358-
+ 'name': 'Chase Sapphire Reserve',
359-
+ 'url': 'https://static.methodfi.com/card_brands/1b7ccaba6535cb837f802d968add4700.png'}],
356+
'art_id': 'art_pCc787cy3ciWp',
357+
'id': 'brand_UBwVzXjpP4PJ6',
358+
'name': 'Chase Sapphire Reserve',
359+
'url': 'https://static.methodfi.com/card_brands/1b7ccaba6535cb837f802d968add4700.png'}],
360360
'shared': False,
361361
'source': "network",
362362
'error': None,

0 commit comments

Comments
 (0)