We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c666af7 commit 24ff394Copy full SHA for 24ff394
tests/serve/plugin.py
@@ -35,8 +35,8 @@ def test_plugin_serve():
35
total_records = 0
36
for msg in response:
37
if msg.insert is not None:
38
- rec = arrow.new_record_from_bytes(msg.insert.record)
39
- total_records += 1
+ rec = arrow.new_record_from_bytes(msg.insert.record)
+ total_records += 1
40
assert total_records == 1
41
finally:
42
cmd.stop()
0 commit comments