This commit is contained in:
Bob Lantz
2014-09-29 19:57:26 -07:00
parent 461751e5cd
commit 9487cb508d
+1 -1
View File
@@ -31,7 +31,7 @@ class testLinearBandwidth( unittest.TestCase ):
elif unit[ 0 ] == 'M':
bw *= 10 ** 6
elif unit[ 0 ] == 'G':
bw *= 10 ** 9a
bw *= 10 ** 9
# check that we have a previous result to compare to
if n != 1:
self.assertTrue( bw < previous_bw )