Skip to content

Commit 80747a8

Browse files
committed
added blank line
1 parent 5499a6f commit 80747a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kinto_http/tests/functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +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-
325+
326326
client.create_record(data={'id': created['data']['id'],
327327
'bar': 'baz'}, safe=False)
328328

0 commit comments

Comments
 (0)