reenable tests
diff --git a/bundle_test.go b/bundle_test.go
index cb76219..796be9a 100644
--- a/bundle_test.go
+++ b/bundle_test.go
@@ -16,7 +16,7 @@
 
 	Context("download", func() {
 
-		FIt("should timeout, mark status as failed, then finish", func() {
+		It("should timeout, mark status as failed, then finish", func() {
 
 			proceed := make(chan bool)
 			failedOnce := false