Skip to content

Commit 5499a6f

Browse files
committed
added blank line
1 parent 8bc293d commit 5499a6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kinto_http/tests/functional.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ def test_single_record_can_overwrite(self):
322322
client.create_collection()
323323
created = client.create_record(data={'foo': 'bar'},
324324
permissions={'read': ['alexis']})
325+
325326
client.create_record(data={'id': created['data']['id'],
326327
'bar': 'baz'}, safe=False)
327328

0 commit comments

Comments
 (0)