first, not fist.
[swc-testing-nose.git] / python / testing / test_mean.py
index 69f4697a52a41cf4d1c39c072d2f05e906ceec95..05e26175c0243eb0777b3e815a185551b10c3295 100644 (file)
@@ -20,9 +20,9 @@ def test_mean1():
     exp = 0
     assert_equal(obs, exp)
 
-
 def test_floating_mean1():
     obs = mean([1, 2])
     exp = 1.5
     assert_equal(obs, exp)
 
+