Don't test sectors with unimplemented abs()

This commit is contained in:
Anders Ingemann 2015-04-29 20:46:37 +02:00
parent a34423c1a1
commit 40f66d48cc

View file

@ -8,7 +8,6 @@ std_secsz = Bytes(512)
def test_init_with_int():
eq_(4, abs(Sectors(4, std_secsz)))
secsize = 4096
eq_(Sectors('1MiB', secsize), Sectors(256, secsize))