Skip to content
Snippets Groups Projects
Commit 0ba943a6 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

fix flake8

parent fde8ceda
No related branches found
No related tags found
No related merge requests found
......@@ -560,7 +560,7 @@ class Testcases(unittest.TestCase):
def test_sp_to_rshares(self):
stm = self.bts
rshares = stm.sp_to_rshares(stm.vests_to_sp(1e6))
self.assertTrue(abs(rshares-20000000000.0) < 2)
self.assertTrue(abs(rshares - 20000000000.0) < 2)
def test_sp_to_sbd(self):
stm = self.bts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment