Skip to content

Commit

Permalink
improve test_encode_zeros
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Feb 20, 2023
1 parent 25a631b commit c3f4b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitarray/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ def test_encode_zeros(self):
self.assertEqual(m, len(b))
self.round_trip(a)

a = zeros(1 << 25)
a = zeros(1 << 25, 'big')
a[0] = 1
self.assertEqual(
sc_encode(a),
Expand Down

0 comments on commit c3f4b48

Please sign in to comment.