Skip to content
Snippets Groups Projects
Commit 9487cb50 authored by Bob Lantz's avatar Bob Lantz
Browse files

Fix typo

parent 461751e5
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ def testLinearBandwidth( self ):
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 )
......
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