Browse Source

Removed unnecessary continue statement in test.

Phillip Couto 11 năm trước cách đây
mục cha
commit
748034ee86
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      cassandra_test.go

+ 0 - 1
cassandra_test.go

@@ -654,7 +654,6 @@ func TestPreparedCacheEviction(t *testing.T) {
 		err := session.Query("SELECT id,mod FROM prepcachetest WHERE id = "+strconv.FormatInt(int64(i), 10)).Scan(&id, &mod)
 		if err != nil {
 			t.Fatalf("select from prepcachetest failed, error '%v'", err)
-			continue
 		}
 	}