Skip to content

Commit 0f72c6f

Browse files
committed
fix lint
1 parent beaa6d7 commit 0f72c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/test_db.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@ def callback(event):
260260
ref = python.child('users').push()
261261
assert ref.path == '/_adminsdk/python/users/' + ref.key
262262
assert ref.get() == ''
263-
263+
264264
self.wait_for(self.events, count=2)
265265
assert len(self.events) == 2
266-
266+
267267
assert self.events[1].event_type == 'put'
268268
assert self.events[1].path == '/users/' + ref.key
269269
assert self.events[1].data == ''

0 commit comments

Comments
 (0)