Skip to content

Commit f3f63a7

Browse files
committed
Fix some formatting errors
1 parent 72b5538 commit f3f63a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

riak/tests/test_timeseries_pbuf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def test_decode_data_from_query(self):
153153
r0c3.timestamp_value = self.ts0ms
154154
r0c4 = r0.cells.add()
155155
r0c4.boolean_value = self.rows[0][4]
156-
r0c5 = r0.cells.add()
156+
r0.cells.add()
157157

158158
r1 = tqr.rows.add()
159159
r1c0 = r1.cells.add()

riak/tests/test_timeseries_ttb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ def test_encode_data_for_get(self):
6666
# [<<"geohash">>, <<"user">>, <<"time">>,
6767
# <<"weather">>, <<"temperature">>, <<"blob">>],
6868
# [varchar, varchar, timestamp, varchar, double, blob],
69-
# [(<<"hash1">>, <<"user2">>, 144378190987, <<"typhoon">>, 90.3, <<0,1,2,3,4,5,6,7>>)]
69+
# [(<<"hash1">>, <<"user2">>, 144378190987, <<"typhoon">>,
70+
# 90.3, <<0,1,2,3,4,5,6,7>>)]
7071
# }
7172
# }
7273
def test_decode_data_from_get(self):

0 commit comments

Comments
 (0)