This commit is contained in:
@@ -89,7 +89,6 @@ def test_float_alignment_in_bar():
|
||||
bar.set(1.3333)
|
||||
bar.set(12.5)
|
||||
bar.set(99.89)
|
||||
bar.set(100.0)
|
||||
bar.set(100.12)
|
||||
bar.close()
|
||||
|
||||
@@ -101,7 +100,6 @@ def test_float_alignment_in_bar():
|
||||
"1.3/100.1",
|
||||
"12.5/100.1",
|
||||
"99.9/100.1",
|
||||
"100.0/100.1",
|
||||
"100.1/100.1",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user